Number of passengers by rail
Dataset schema
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"
 
} 
} 
} - "records":
 
} - "properties":
 - "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":""
 
} 
} - "railway_year":
 
} 
} - "fields":
 
} - "properties":
 
} - "number-of-passengers-by-rail":