Distances Between Main Cities (Direct Routes)

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
                       
From
               

No description available for this field.

Name (identifier)
from
Type
text
Sample
                       
To
               

No description available for this field.

Name (identifier)
to
Type
text
Sample
                       
Distance (Kilometers)
               

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"distances-between-main-cities-direct-routes-2009-in-kilometers",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/distances-between-main-cities-direct-routes-2009-in-kilometers"
      }
    ]
    ,
  • "definitions":
    {
    • "distances-between-main-cities-direct-routes-2009-in-kilometers":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/distances-between-main-cities-direct-routes-2009-in-kilometers_records"
            }
          }
        }
      }
      ,
    • "distances-between-main-cities-direct-routes-2009-in-kilometers_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year ",
              • "description":""
              }
              ,
            • "from":
              {
              • "type":"string",
              • "title":"From",
              • "description":""
              }
              ,
            • "to":
              {
              • "type":"string",
              • "title":"To",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Distance (Kilometers)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets