Refinery Production by Group

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
                       
Production
               

No description available for this field.

Name (identifier)
production
Type
decimal
Sample
                       
Group
               

No description available for this field.

Name (identifier)
group
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"refinery-production-by-group",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/refinery-production-by-group"
      }
    ]
    ,
  • "definitions":
    {
    • "refinery-production-by-group":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/refinery-production-by-group_records"
            }
          }
        }
      }
      ,
    • "refinery-production-by-group_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "production":
              {
              • "type":"number",
              • "title":"Production",
              • "description":""
              }
              ,
            • "group":
              {
              • "type":"string",
              • "title":"Group",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets