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":"oecd-better-life-index@kapsarc",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/oecd-better-life-index@kapsarc"
}
] - "definitions":{
- "oecd-better-life-index@kapsarc":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/oecd-better-life-index@kapsarc_records"
}
}
} - "records":
} - "properties":
- "oecd-better-life-index@kapsarc_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "country":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "indicator":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "sub_indicator":,{
- "type":"string",
- "title":"Sub-Indicator",
- "description":""
} - "inequality0":,{
- "type":"string",
- "title":"Inequality",
- "description":""
} - "obs_value":,{
- "type":"number",
- "title":"OBS_VALUE",
- "description":""
} - "observation_value":,{
- "type":"string",
- "title":"Observation Value",
- "description":""
} - "obs_status":,{
- "type":"string",
- "title":"OBS_STATUS",
- "description":""
} - "observation_status":,{
- "type":"string",
- "title":"Observation Status",
- "description":""
} - "unit_measure":,{
- "type":"string",
- "title":"UNIT_MEASURE",
- "description":""
} - "unit_of_measures":,{
- "type":"string",
- "title":"Unit of Measures",
- "description":""
} - "unit_mult":,{
- "type":"integer",
- "title":"UNIT_MULT",
- "description":""
} - "multiplier":,{
- "type":"string",
- "title":"Multiplier",
- "description":""
} - "base_per":,{
- "type":"string",
- "title":"BASE_PER",
- "description":""
} - "base_reference_period":{
- "type":"string",
- "title":"Base reference period",
- "description":""
}
} - "country":
}
} - "fields":
} - "properties":
} - "oecd-better-life-index@kapsarc":
}