Oil Trade Movement - Exports
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"no-name5",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/no-name5"
}
] - "definitions":{
- "no-name5":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/no-name5_records"
}
}
} - "records":
} - "properties":
- "no-name5_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "thousand_barrels_daily":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "oil_exports_kbd":{
- "type":"number",
- "title":"Oil Exports",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "no-name5":