Road Lengths
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"road-lengths-1989-2009-ad",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/road-lengths-1989-2009-ad"
}
] - "definitions":{
- "road-lengths-1989-2009-ad":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/road-lengths-1989-2009-ad_records"
}
}
} - "records":
} - "properties":
- "road-lengths-1989-2009-ad_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"number",
- "title":"Year",
- "description":""
} - "area":,{
- "type":"string",
- "title":"Area",
- "description":""
} - "roadworks":,{
- "type":"string",
- "title":"Status",
- "description":""
} - "paved_roads_with_streetlights_and_trees":,{
- "type":"number",
- "title":"Paved Roads with streetlights and trees(Kilometres)",
- "description":""
} - "paved_roads":,{
- "type":"number",
- "title":"Paved Roads(Kilometres)",
- "description":""
} - "number_of_streetlights":{
- "type":"number",
- "title":"Number of Streetlights",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "road-lengths-1989-2009-ad":