Natural Gas Exports by Exit Point - International pipelines
Dataset schema
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"
}
}
} - "records":
} - "properties":
- "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":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "natural-gas-exports-by-exit-point-international-pipelines":