Lengths of Roads Inside the Cities by Type of the Road
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"lengths-of-roads-inside-the-cities-by-type-of-the-road-14-7_0",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/lengths-of-roads-inside-the-cities-by-type-of-the-road-14-7_0"
}
] - "definitions":{
- "lengths-of-roads-inside-the-cities-by-type-of-the-road-14-7_0":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/lengths-of-roads-inside-the-cities-by-type-of-the-road-14-7_0_records"
}
}
} - "records":
} - "properties":
- "lengths-of-roads-inside-the-cities-by-type-of-the-road-14-7_0_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "region":,{
- "type":"string",
- "title":"Region",
- "description":""
} - "type":,{
- "type":"string",
- "title":"Type ",
- "description":""
} - "indicator":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "value":{
- "type":"integer",
- "title":"Value",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "lengths-of-roads-inside-the-cities-by-type-of-the-road-14-7_0":