Exports of Crude Oil by Destination
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"saudi-exports-of-crude-oil-by-destination-1962-2014",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/saudi-exports-of-crude-oil-by-destination-1962-2014"
}
] - "definitions":{
- "saudi-exports-of-crude-oil-by-destination-1962-2014":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/saudi-exports-of-crude-oil-by-destination-1962-2014_records"
}
}
} - "records":
} - "properties":
- "saudi-exports-of-crude-oil-by-destination-1962-2014_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "destination":,{
- "type":"string",
- "title":"Destination",
- "description":""
} - "value":,{
- "type":"number",
- "title":"Exports in Million Barrels",
- "description":""
} - "date_object":,{
- "type":"string",
- "format":"date",
- "title":"Date_Object",
- "description":""
} - "periodicity":{
- "type":"string",
- "title":"Periodicity",
- "description":""
}
} - "date":
}
} - "fields":
} - "properties":
} - "saudi-exports-of-crude-oil-by-destination-1962-2014":