Freight Among Railway Stations
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"freight-among-railway-stations-2004-2008-ad",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/freight-among-railway-stations-2004-2008-ad"
}
] - "definitions":{
- "freight-among-railway-stations-2004-2008-ad":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/freight-among-railway-stations-2004-2008-ad_records"
}
}
} - "records":
} - "properties":
- "freight-among-railway-stations-2004-2008-ad_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "gregorian_year":,{
- "type":"string",
- "format":"date",
- "title":"Gregorian Year",
- "description":""
} - "from":,{
- "type":"string",
- "title":"From",
- "description":""
} - "to":,{
- "type":"string",
- "title":"To",
- "description":""
} - "value":{
- "type":"number",
- "title":"Value",
- "description":""
}
} - "gregorian_year":
}
} - "fields":
} - "properties":
} - "freight-among-railway-stations-2004-2008-ad":