EIA - World Oil Stock Change

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Date
               

No description available for this field.

Name (identifier)
date
Type
date
Sample
                       
Stock change
               

No description available for this field.

Name (identifier)
stock_change_mbd
Type
decimal
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"stock-change-mbd",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/stock-change-mbd"
      }
    ]
    ,
  • "definitions":
    {
    • "stock-change-mbd":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/stock-change-mbd_records"
            }
          }
        }
      }
      ,
    • "stock-change-mbd_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Date",
              • "description":""
              }
              ,
            • "stock_change_mbd":
              {
              • "type":"number",
              • "title":"Stock change",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets