Natural Gas Exports by Exit Point - International pipelines

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
                       
Exit Point Type
               

No description available for this field.

Name (identifier)
exit_point_type
Type
text
Sample
                       
Exit Point
               

No description available for this field.

Name (identifier)
exit_point
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-exit-point-international-pipelines",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/natural-gas-exports-by-exit-point-international-pipelines"
      }
    ]
    ,
  • "definitions":
    {
    • "natural-gas-exports-by-exit-point-international-pipelines":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/natural-gas-exports-by-exit-point-international-pipelines_records"
            }
          }
        }
      }
      ,
    • "natural-gas-exports-by-exit-point-international-pipelines_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "month":
              {
              • "type":"string",
              • "title":"Month",
              • "description":""
              }
              ,
            • "exit_point_type":
              {
              • "type":"string",
              • "title":"Exit Point Type",
              • "description":""
              }
              ,
            • "exit_point":
              {
              • "type":"string",
              • "title":"Exit Point",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets