Natural Gas Exports by Middle East Countries

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
                       
Reigon
               

No description available for this field.

Name (identifier)
reigon
Type
text
Sample
                       
Country
               

No description available for this field.

Name (identifier)
country
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":"natural-gas-exports-by-middle-east-countries",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/natural-gas-exports-by-middle-east-countries"
      }
    ]
    ,
  • "definitions":
    {
    • "natural-gas-exports-by-middle-east-countries":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/natural-gas-exports-by-middle-east-countries_records"
            }
          }
        }
      }
      ,
    • "natural-gas-exports-by-middle-east-countries_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "month":
              {
              • "type":"string",
              • "title":"Month",
              • "description":""
              }
              ,
            • "reigon":
              {
              • "type":"string",
              • "title":"Reigon",
              • "description":""
              }
              ,
            • "country":
              {
              • "type":"string",
              • "title":"Country",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets