Length of Roads Under Maintenance

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
                       
Single
               

No description available for this field.

Name (identifier)
single
Type
decimal
Sample
                       
Duplicated
               

No description available for this field.

Name (identifier)
duplicated
Type
decimal
Sample
                       
Highway
               

No description available for this field.

Name (identifier)
highway
Type
decimal
Sample
                       
Mountain Roads
               

No description available for this field.

Name (identifier)
mountain_roads
Type
decimal
Sample
                       
Total of Lengths
               

No description available for this field.

Name (identifier)
total_of_lengths
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-roads-under-maintenance-14-4_0",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/length-of-roads-under-maintenance-14-4_0"
      }
    ]
    ,
  • "definitions":
    {
    • "length-of-roads-under-maintenance-14-4_0":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/length-of-roads-under-maintenance-14-4_0_records"
            }
          }
        }
      }
      ,
    • "length-of-roads-under-maintenance-14-4_0_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "region":
              {
              • "type":"string",
              • "title":"Region",
              • "description":""
              }
              ,
            • "single":
              {
              • "type":"number",
              • "title":"Single ",
              • "description":""
              }
              ,
            • "duplicated":
              {
              • "type":"number",
              • "title":"Duplicated",
              • "description":""
              }
              ,
            • "highway":
              {
              • "type":"number",
              • "title":"Highway",
              • "description":""
              }
              ,
            • "mountain_roads":
              {
              • "type":"number",
              • "title":"Mountain Roads ",
              • "description":""
              }
              ,
            • "total_of_lengths":
              {
              • "type":"number",
              • "title":"Total of Lengths",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets