Natural Gas Trade as LNG
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-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"
}
}
} - "records":
} - "properties":
- "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":""
}
} - "from_country":
}
} - "fields":
} - "properties":
} - "natural-gas-trade-movement-lng":