records

records

Active filters Clear all

No active filters

Filters

Length of Paved Roads

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
decimal
Sample
                       
Service_AR
               

No description available for this field.

Name (identifier)
service_ar
Type
text
Sample
                       
Service_EN
               

No description available for this field.

Name (identifier)
service_en
Type
text
Sample
                       
Category_AR
               

No description available for this field.

Name (identifier)
category_ar
Type
text
Sample
                       
Category_EN
               

No description available for this field.

Name (identifier)
category_en
Type
text
Sample
                       
Total length of paved roads (km)
               

No description available for this field.

Name (identifier)
total_length_of_paved_roads_km
Type
decimal
Sample
                       

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

Similar datasets