Length of Paved Roads
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"length-of-paved-roads-in-km-bahrain",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/length-of-paved-roads-in-km-bahrain"
}
] - "definitions":{
- "length-of-paved-roads-in-km-bahrain":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/length-of-paved-roads-in-km-bahrain_records"
}
}
} - "records":
} - "properties":
- "length-of-paved-roads-in-km-bahrain_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "type_of_road":,{
- "type":"string",
- "title":"Type of Road",
- "description":""
} - "length_per_meter_run":{
- "type":"number",
- "title":"Length Per Meter Run",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "length-of-paved-roads-in-km-bahrain":