Natural Gas Utilization in GCC Countries

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Country
               

No description available for this field.

Name (identifier)
country
Type
text
Sample
                       
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Gas
               

No description available for this field.

Name (identifier)
gas
Type
text
Sample
                       
Value (m standard cubic meter)
               

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":"natural-gas-utilization-in-gcc-countries",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/natural-gas-utilization-in-gcc-countries"
      }
    ]
    ,
  • "definitions":
    {
    • "natural-gas-utilization-in-gcc-countries":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/natural-gas-utilization-in-gcc-countries_records"
            }
          }
        }
      }
      ,
    • "natural-gas-utilization-in-gcc-countries_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "country":
              {
              • "type":"string",
              • "title":"Country",
              • "description":""
              }
              ,
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year ",
              • "description":""
              }
              ,
            • "gas":
              {
              • "type":"string",
              • "title":"Gas",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value (m standard cubic meter)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets