Railways' Passengers, Freight and Revenues
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"railways-passengers-freight-and-revenues-1999-2008-ad",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/railways-passengers-freight-and-revenues-1999-2008-ad"
}
] - "definitions":{
- "railways-passengers-freight-and-revenues-1999-2008-ad":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/railways-passengers-freight-and-revenues-1999-2008-ad_records"
}
}
} - "records":
} - "properties":
- "railways-passengers-freight-and-revenues-1999-2008-ad_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year_in_hijri":,{
- "type":"string",
- "format":"date",
- "title":"Year in Hijri",
- "description":""
} - "gregorian_year":,{
- "type":"string",
- "format":"date",
- "title":"Gregorian Year",
- "description":""
} - "no_of_passengers_kilometers_million":,{
- "type":"number",
- "title":"No. of Passengers/kilometers (Million)",
- "description":""
} - "tons_kilometers_million":,{
- "type":"number",
- "title":"Tons/Kilometers (Million)",
- "description":""
} - "freight_revenues_for_all_stations_s_r_1_000":,{
- "type":"number",
- "title":"Freight Revenues for all Stations (S.R 1,000)",
- "description":""
} - "freight_revenues_s_r_1_000":,{
- "type":"number",
- "title":"Freight Revenues (S.R 1,000)",
- "description":""
} - "no_of_passengers_for_all_stations_000":,{
- "type":"number",
- "title":"No. of Passengers for all Stations (000)",
- "description":""
} - "cargo_in_tons_000":{
- "type":"number",
- "title":"Cargo in tons (000)",
- "description":""
}
} - "year_in_hijri":
}
} - "fields":
} - "properties":
} - "railways-passengers-freight-and-revenues-1999-2008-ad":