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
date
Sample
                       
Type of Road
               

No description available for this field.

Name (identifier)
type_of_road
Type
text
Sample
                       
Length Per Meter Run
               

No description available for this field.

Name (identifier)
length_per_meter_run
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-in-km-bahrain",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/length-of-paved-roads-in-km-bahrain"
      }
    ]
    ,
  • "definitions":
    {
    • "length-of-paved-roads-in-km-bahrain":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/length-of-paved-roads-in-km-bahrain_records"
            }
          }
        }
      }
      ,
    • "length-of-paved-roads-in-km-bahrain_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "type_of_road":
              {
              • "type":"string",
              • "title":"Type of Road",
              • "description":""
              }
              ,
            • "length_per_meter_run":
              {
              • "type":"number",
              • "title":"Length Per Meter Run",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets