Petrochemical Products Production By Type

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
                       
Product
               

No description available for this field.

Name (identifier)
product
Type
text
Sample
                       
Quantity in Metric Ton
               

No description available for this field.

Name (identifier)
quantity_in_metric_ton
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"petrochemical-products-production-by-type",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/petrochemical-products-production-by-type"
      }
    ]
    ,
  • "definitions":
    {
    • "petrochemical-products-production-by-type":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/petrochemical-products-production-by-type_records"
            }
          }
        }
      }
      ,
    • "petrochemical-products-production-by-type_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "month":
              {
              • "type":"string",
              • "title":"Month",
              • "description":""
              }
              ,
            • "product":
              {
              • "type":"string",
              • "title":"Product",
              • "description":""
              }
              ,
            • "quantity_in_metric_ton":
              {
              • "type":"number",
              • "title":"Quantity in Metric Ton",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets