Petroleum Product Exports by Country - Gasoil
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"petroleum-product-exports-by-country-gasoil",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/petroleum-product-exports-by-country-gasoil"
}
] - "definitions":{
- "petroleum-product-exports-by-country-gasoil":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/petroleum-product-exports-by-country-gasoil_records"
}
}
} - "records":
} - "properties":
- "petroleum-product-exports-by-country-gasoil_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "month":,{
- "type":"string",
- "title":"Month",
- "description":""
} - "country":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "product_group":,{
- "type":"string",
- "title":"Product Group",
- "description":""
} - "value":{
- "type":"number",
- "title":"Value",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "petroleum-product-exports-by-country-gasoil":