Length of Roads Constructed

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
                       
Region
               

No description available for this field.

Name (identifier)
region
Type
text
Sample
                       
Length of Established Roads (Kilometers)
               

No description available for this field.

Name (identifier)
length_of_established_roads_kilometers
Type
decimal
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"lengths-of-roads-constructed-up-till-end-of-2007-2009-ad-in-kilometres",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/lengths-of-roads-constructed-up-till-end-of-2007-2009-ad-in-kilometres"
      }
    ]
    ,
  • "definitions":
    {
    • "lengths-of-roads-constructed-up-till-end-of-2007-2009-ad-in-kilometres":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/lengths-of-roads-constructed-up-till-end-of-2007-2009-ad-in-kilometres_records"
            }
          }
        }
      }
      ,
    • "lengths-of-roads-constructed-up-till-end-of-2007-2009-ad-in-kilometres_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "region":
              {
              • "type":"string",
              • "title":"Region",
              • "description":""
              }
              ,
            • "length_of_established_roads_kilometers":
              {
              • "type":"number",
              • "title":"Length of Established Roads (Kilometers)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets