records

records

Active filters Clear all

No active filters

Filters

Number of passengers by rail

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Railway
               

No description available for this field.

Name (identifier)
railway_year
Type
text
Sample
SAR North
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
2022
Passenger Count
               

No description available for this field.

Name (identifier)
passenger_count
Type
text
Sample
647816

JSON Schema

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

{
  • "title":"number-of-passengers-by-rail",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/number-of-passengers-by-rail"
      }
    ]
    ,
  • "definitions":
    {
    • "number-of-passengers-by-rail":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/number-of-passengers-by-rail_records"
            }
          }
        }
      }
      ,
    • "number-of-passengers-by-rail_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "railway_year":
              {
              • "type":"string",
              • "title":"Railway",
              • "description":""
              }
              ,
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "passenger_count":
              {
              • "type":"string",
              • "title":"Passenger Count",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets