Development of Paved and Rural Roads in the Kingdom
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"realtime",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/realtime"
}
] - "definitions":{
- "realtime":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/realtime_records"
}
}
} - "records":
} - "properties":
- "realtime_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "rural_roads_completed_during_the_year":,{
- "type":"number",
- "title":"Rural Roads Completed During the Year",
- "description":"",
- "unit":"km"
} - "total_rural_roads":,{
- "type":"number",
- "title":"Total Rural Roads",
- "description":"",
- "unit":"km"
} - "main_paved_roads_completed_during_the_year":,{
- "type":"number",
- "title":" Main Paved Roads Completed During the Year",
- "description":"",
- "unit":"km"
} - "total_main_paved_roads":{
- "type":"number",
- "title":"Total Main Paved Roads",
- "description":"",
- "unit":"km"
}
} - "year":
}
} - "fields":
} - "properties":
} - "realtime":