What drives Crude Oil Prices
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"what-drives-crude-oil-prices-monthly-updates",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/what-drives-crude-oil-prices-monthly-updates"
}
] - "definitions":{
- "what-drives-crude-oil-prices-monthly-updates":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/what-drives-crude-oil-prices-monthly-updates_records"
}
}
} - "records":
} - "properties":
- "what-drives-crude-oil-prices-monthly-updates_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date":,{
- "type":"string",
- "format":"date",
- "title":"DATE",
- "description":""
} - "frequency":,{
- "type":"string",
- "title":"FREQUENCY",
- "description":""
} - "indicator_name":,{
- "type":"string",
- "title":"INDICATOR_NAME",
- "description":""
} - "indicator_id":,{
- "type":"string",
- "title":"INDICATOR_ID",
- "description":""
} - "value":,{
- "type":"number",
- "title":"VALUE",
- "description":""
} - "indicator_note":{
- "type":"string",
- "title":"INDICATOR_NOTE",
- "description":""
}
} - "date":
}
} - "fields":
} - "properties":
} - "what-drives-crude-oil-prices-monthly-updates":