Natural Gas Imports by Asia-Pacific Countries
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"natural-gas-imports-by-asia-pacific-countries",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/natural-gas-imports-by-asia-pacific-countries"
}
] - "definitions":{
- "natural-gas-imports-by-asia-pacific-countries":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/natural-gas-imports-by-asia-pacific-countries_records"
}
}
} - "records":
} - "properties":
- "natural-gas-imports-by-asia-pacific-countries_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "month":,{
- "type":"string",
- "title":"Month",
- "description":""
} - "reigon":,{
- "type":"string",
- "title":"Reigon",
- "description":""
} - "country":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "value":{
- "type":"number",
- "title":"Value",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "natural-gas-imports-by-asia-pacific-countries":