World Oil Database
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"world-oil-database",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/world-oil-database"
}
] - "definitions":{
- "world-oil-database":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/world-oil-database_records"
}
}
} - "records":
} - "properties":
- "world-oil-database_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "area":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "energy_product_name":,{
- "type":"string",
- "title":"Energy Product Name",
- "description":""
} - "flow_breakdown":,{
- "type":"string",
- "title":"Flow Breakdown",
- "description":""
} - "unit_measure":,{
- "type":"string",
- "title":"Unit of Measure",
- "description":""
} - "obs_value":,{
- "type":"string",
- "title":"Value",
- "description":""
} - "assessment_code":{
- "type":"integer",
- "title":"ASSESSMENT_CODE",
- "description":""
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "world-oil-database":