EIA - World Oil Supply and Demand
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"world-oil-demand-supply",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/world-oil-demand-supply"
}
] - "definitions":{
- "world-oil-demand-supply":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/world-oil-demand-supply_records"
}
}
} - "records":
} - "properties":
- "world-oil-demand-supply_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date":,{
- "type":"string",
- "format":"date",
- "title":"Date",
- "description":""
} - "indicator":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "value":{
- "type":"number",
- "title":"Value",
- "description":""
}
} - "date":
}
} - "fields":
} - "properties":
} - "world-oil-demand-supply":