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-final-consumption-and-its-component@kapsarc",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/total-final-consumption-and-its-component@kapsarc"
}
] - "definitions":{
- "total-final-consumption-and-its-component@kapsarc":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/total-final-consumption-and-its-component@kapsarc_records"
}
}
} - "records":
} - "properties":
- "total-final-consumption-and-its-component@kapsarc_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "country_or_area":,{
- "type":"string",
- "title":"Country or area",
- "description":""
} - "indicator":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "value":{
- "type":"number",
- "title":"Value",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "total-final-consumption-and-its-component@kapsarc":
}