Distances Among Railway Stations

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
                       
Route
               

No description available for this field.

Name (identifier)
route
Type
text
Sample
                       
Line
               

No description available for this field.

Name (identifier)
line
Type
text
Sample
                       
Distance
               

No description available for this field.

Name (identifier)
value
Type
decimal
Unit
km
Sample
                       

JSON Schema

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

{
  • "title":"distances-among-railway-stations-in-kilometres-2008-ad",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/distances-among-railway-stations-in-kilometres-2008-ad"
      }
    ]
    ,
  • "definitions":
    {
    • "distances-among-railway-stations-in-kilometres-2008-ad":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/distances-among-railway-stations-in-kilometres-2008-ad_records"
            }
          }
        }
      }
      ,
    • "distances-among-railway-stations-in-kilometres-2008-ad_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "route":
              {
              • "type":"string",
              • "title":"Route",
              • "description":""
              }
              ,
            • "line":
              {
              • "type":"string",
              • "title":"Line",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Distance",
              • "description":"",
              • "unit":"km"
              }
            }
          }
        }
      }
    }
}

Similar datasets