Development of Paved and Rural Roads in the Kingdom

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Rural Roads Completed During the Year
               

No description available for this field.

Name (identifier)
rural_roads_completed_during_the_year
Type
decimal
Unit
km
Sample
                       
Total Rural Roads
               

No description available for this field.

Name (identifier)
total_rural_roads
Type
decimal
Unit
km
Sample
                       
Main Paved Roads Completed During the Year
               

No description available for this field.

Name (identifier)
main_paved_roads_completed_during_the_year
Type
decimal
Unit
km
Sample
                       
Total Main Paved Roads
               

No description available for this field.

Name (identifier)
total_main_paved_roads
Type
decimal
Unit
km
Sample
                       

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"
            }
          }
        }
      }
      ,
    • "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"
              }
            }
          }
        }
      }
    }
}

Similar datasets