Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"total-natural-gas-imports-by-geographic-area-and-country@kapsarc",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/total-natural-gas-imports-by-geographic-area-and-country@kapsarc"
}
] - "definitions":{
- "total-natural-gas-imports-by-geographic-area-and-country@kapsarc":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/total-natural-gas-imports-by-geographic-area-and-country@kapsarc_records"
}
}
} - "records":
} - "properties":
- "total-natural-gas-imports-by-geographic-area-and-country@kapsarc_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "month":,{
- "type":"string",
- "title":"Month",
- "description":""
} - "region":,{
- "type":"string",
- "title":"Region",
- "description":""
} - "country":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "value":{
- "type":"number",
- "title":"Value",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "total-natural-gas-imports-by-geographic-area-and-country@kapsarc":
}