Length of Dubai Roads by Functional Classification and Carriage Way Type
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"total-lines-length-of-dubai-roads-by-functional-classification-and-carriage-way-",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/total-lines-length-of-dubai-roads-by-functional-classification-and-carriage-way-"
}
] - "definitions":{
- "total-lines-length-of-dubai-roads-by-functional-classification-and-carriage-way-":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/total-lines-length-of-dubai-roads-by-functional-classification-and-carriage-way-_records"
}
}
} - "records":
} - "properties":
- "total-lines-length-of-dubai-roads-by-functional-classification-and-carriage-way-_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "carriage_way_types":,{
- "type":"string",
- "title":"Carriage Way Types",
- "description":""
} - "functional_classification":,{
- "type":"string",
- "title":"Functional Classification",
- "description":""
} - "value":{
- "type":"number",
- "title":"value",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "total-lines-length-of-dubai-roads-by-functional-classification-and-carriage-way-":