Energy Statistics (Oil and Gas)
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"energy-statistics-oil-and-gas",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/energy-statistics-oil-and-gas"
}
] - "definitions":{
- "energy-statistics-oil-and-gas":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/energy-statistics-oil-and-gas_records"
}
}
} - "records":
} - "properties":
- "energy-statistics-oil-and-gas_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "energy_statistics_oil_and_gas":,{
- "type":"string",
- "title":"Type",
- "description":""
} - "code":,{
- "type":"string",
- "title":"Code",
- "description":""
} - "indicator":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "value":{
- "type":"number",
- "title":"Indicator Value (Thousand Barrels)",
- "description":""
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "energy-statistics-oil-and-gas":