Production of Natural gas products

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
                       
Product
               

No description available for this field.

Name (identifier)
product
Type
text
Sample
                       
Production (1000 Metric Ton)
               

No description available for this field.

Name (identifier)
production
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"production-of-natural-gas-products",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/production-of-natural-gas-products"
      }
    ]
    ,
  • "definitions":
    {
    • "production-of-natural-gas-products":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/production-of-natural-gas-products_records"
            }
          }
        }
      }
      ,
    • "production-of-natural-gas-products_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "product":
              {
              • "type":"string",
              • "title":"Product",
              • "description":""
              }
              ,
            • "production":
              {
              • "type":"number",
              • "title":"Production (1000 Metric Ton)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets