Summary of Cargo Throughput in Major Ports
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"summary-of-cargo-throughput-for-major-ports",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/summary-of-cargo-throughput-for-major-ports"
}
] - "definitions":{
- "summary-of-cargo-throughput-for-major-ports":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/summary-of-cargo-throughput-for-major-ports_records"
}
}
} - "records":
} - "properties":
- "summary-of-cargo-throughput-for-major-ports_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "port":,{
- "type":"string",
- "title":"Port",
- "description":""
} - "unit":,{
- "type":"string",
- "title":"Unit",
- "description":""
} - "indicator":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "subindicator":,{
- "type":"string",
- "title":"Subindicator",
- "description":""
} - "value":{
- "type":"number",
- "title":"Value",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "summary-of-cargo-throughput-for-major-ports":