Passenger, Freight and Container Transport
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"passenger-freight-and-container-transport",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/passenger-freight-and-container-transport"
}
] - "definitions":{
- "passenger-freight-and-container-transport":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/passenger-freight-and-container-transport_records"
}
}
} - "records":
} - "properties":
- "passenger-freight-and-container-transport_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "country":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "indicator":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "value":,{
- "type":"number",
- "title":"Value",
- "description":""
} - "unit":{
- "type":"string",
- "title":"Unit",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "passenger-freight-and-container-transport":