Cargo Loaded and Unloaded by Port and Type of Cargo
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"cargo-loaded-and-unloaded-by-port-2008-in-tons",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/cargo-loaded-and-unloaded-by-port-2008-in-tons"
}
] - "definitions":{
- "cargo-loaded-and-unloaded-by-port-2008-in-tons":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/cargo-loaded-and-unloaded-by-port-2008-in-tons_records"
}
}
} - "records":
} - "properties":
- "cargo-loaded-and-unloaded-by-port-2008-in-tons_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "port":,{
- "type":"string",
- "title":"Port",
- "description":""
} - "loaded_unloaded":,{
- "type":"string",
- "title":"Imp/Exp",
- "description":""
} - "no_of_cargo":{
- "type":"number",
- "title":"Value",
- "description":""
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "cargo-loaded-and-unloaded-by-port-2008-in-tons":