Weekly US Ending Stocks excluding SPR of Crude Oil
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"weekly-us-ending-stocks-excluding-spr-of-crude-oil",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/weekly-us-ending-stocks-excluding-spr-of-crude-oil"
}
] - "definitions":{
- "weekly-us-ending-stocks-excluding-spr-of-crude-oil":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/weekly-us-ending-stocks-excluding-spr-of-crude-oil_records"
}
}
} - "records":
} - "properties":
- "weekly-us-ending-stocks-excluding-spr-of-crude-oil_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date":,{
- "type":"string",
- "format":"date",
- "title":"Date",
- "description":""
} - "value":,{
- "type":"number",
- "title":"Value (Thousand Barrels)",
- "description":""
} - "duoarea":,{
- "type":"string",
- "title":"duoarea",
- "description":""
} - "area_name":,{
- "type":"string",
- "title":"area-name",
- "description":""
} - "product":,{
- "type":"string",
- "title":"product",
- "description":""
} - "product_name":,{
- "type":"string",
- "title":"product-name",
- "description":""
} - "process":,{
- "type":"string",
- "title":"process",
- "description":""
} - "process_name":,{
- "type":"string",
- "title":"process-name",
- "description":""
} - "series":,{
- "type":"string",
- "title":"series",
- "description":""
} - "series_description":,{
- "type":"string",
- "title":"series-description",
- "description":""
} - "units":{
- "type":"string",
- "title":"units",
- "description":""
}
} - "date":
}
} - "fields":
} - "properties":
} - "weekly-us-ending-stocks-excluding-spr-of-crude-oil":