Natural Gas Trade by Pipeline
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"natural-gas-trade-by-pipeline-2015",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/natural-gas-trade-by-pipeline-2015"
}
] - "definitions":{
- "natural-gas-trade-by-pipeline-2015":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/natural-gas-trade-by-pipeline-2015_records"
}
}
} - "records":
} - "properties":
- "natural-gas-trade-by-pipeline-2015_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "from_country":,{
- "type":"string",
- "title":"From_Country",
- "description":""
} - "to":,{
- "type":"string",
- "title":"To",
- "description":""
} - "trade_bcm":{
- "type":"number",
- "title":"Trade (Bcm)",
- "description":""
}
} - "from_country":
}
} - "fields":
} - "properties":
} - "natural-gas-trade-by-pipeline-2015":