Gas Trade in Bcm
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"gas-trade-in-bcm-2014-2015",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/gas-trade-in-bcm-2014-2015"
}
] - "definitions":{
- "gas-trade-in-bcm-2014-2015":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/gas-trade-in-bcm-2014-2015_records"
}
}
} - "records":
} - "properties":
- "gas-trade-in-bcm-2014-2015_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "billion_cubic_metres":,{
- "type":"string",
- "title":"Type",
- "description":""
} - "country":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "trade_bcm":{
- "type":"number",
- "title":"Trade (Bcm)",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "gas-trade-in-bcm-2014-2015":