Oil Product Consumption Breakdown - Gasoline

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Month
               

No description available for this field.

Name (identifier)
month
Type
text
Sample
                       
Type
               

No description available for this field.

Name (identifier)
type
Type
text
Sample
                       
Product
               

No description available for this field.

Name (identifier)
product
Type
text
Sample
                       
Value
               

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"oil-product-consumption-breakdown-gasoline",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/oil-product-consumption-breakdown-gasoline"
      }
    ]
    ,
  • "definitions":
    {
    • "oil-product-consumption-breakdown-gasoline":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/oil-product-consumption-breakdown-gasoline_records"
            }
          }
        }
      }
      ,
    • "oil-product-consumption-breakdown-gasoline_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "month":
              {
              • "type":"string",
              • "title":"Month",
              • "description":""
              }
              ,
            • "type":
              {
              • "type":"string",
              • "title":"Type",
              • "description":""
              }
              ,
            • "product":
              {
              • "type":"string",
              • "title":"Product",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets