Natural Gas Trade as LNG

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
From_Country
               

No description available for this field.

Name (identifier)
from_country
Type
text
Sample
                       
To
               

No description available for this field.

Name (identifier)
billion_cubic_metres_to
Type
text
Sample
                       
Trade (Bcm)
               

No description available for this field.

Name (identifier)
trade_bcm
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-trade-movement-lng",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/natural-gas-trade-movement-lng"
      }
    ]
    ,
  • "definitions":
    {
    • "natural-gas-trade-movement-lng":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/natural-gas-trade-movement-lng_records"
            }
          }
        }
      }
      ,
    • "natural-gas-trade-movement-lng_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "from_country":
              {
              • "type":"string",
              • "title":"From_Country",
              • "description":""
              }
              ,
            • "billion_cubic_metres_to":
              {
              • "type":"string",
              • "title":"To",
              • "description":""
              }
              ,
            • "trade_bcm":
              {
              • "type":"number",
              • "title":"Trade (Bcm)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets