Trade and transport data
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"trade-and-transport-data",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/trade-and-transport-data"
}
] - "definitions":{
- "trade-and-transport-data":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/trade-and-transport-data_records"
}
}
} - "records":
} - "properties":
- "trade-and-transport-data_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "origin_label":,{
- "type":"string",
- "title":"Origin",
- "description":""
} - "transportmode_label":,{
- "type":"string",
- "title":"Transport Mode",
- "description":""
} - "indicator":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "footnoote":,{
- "type":"string",
- "title":"Footnoote",
- "description":""
} - "missing_value_notes":,{
- "type":"string",
- "title":"Missing value notes",
- "description":""
} - "value":{
- "type":"number",
- "title":"Value",
- "description":""
}
} - "origin_label":
}
} - "fields":
} - "properties":
} - "trade-and-transport-data":