Volume of Seaports Exports
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"volume-of-seaports-exports",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/volume-of-seaports-exports"
}
] - "definitions":{
- "volume-of-seaports-exports":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/volume-of-seaports-exports_records"
}
}
} - "records":
} - "properties":
- "volume-of-seaports-exports_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "type":,{
- "type":"string",
- "title":"Type",
- "description":""
} - "volume_in_thousand_tons":,{
- "type":"number",
- "title":"Volume in Thousand Tons",
- "description":"",
- "unit":"t"
} - "date":,{
- "type":"string",
- "title":"Date",
- "description":""
} - "periodicity":{
- "type":"string",
- "title":"Periodicity",
- "description":""
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "volume-of-seaports-exports":