records
Length of Paved Roads
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"length-of-paved-roads",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/length-of-paved-roads"
}
] - "definitions":{
- "length-of-paved-roads":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/length-of-paved-roads_records"
}
}
} - "records":
} - "properties":
- "length-of-paved-roads_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"number",
- "title":"Year",
- "description":""
} - "service_ar":,{
- "type":"string",
- "title":"Service_AR",
- "description":""
} - "service_en":,{
- "type":"string",
- "title":"Service_EN",
- "description":""
} - "category_ar":,{
- "type":"string",
- "title":"Category_AR",
- "description":""
} - "category_en":,{
- "type":"string",
- "title":"Category_EN",
- "description":""
} - "total_length_of_paved_roads_km":{
- "type":"number",
- "title":"Total length of paved roads (km) ",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "length-of-paved-roads":
}