The Human Capital Report
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"the-human-capital-report-2016",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/the-human-capital-report-2016"
}
] - "definitions":{
- "the-human-capital-report-2016":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/the-human-capital-report-2016_records"
}
}
} - "records":
} - "properties":
- "the-human-capital-report-2016_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date":,{
- "type":"string",
- "format":"date",
- "title":"DATE",
- "description":""
} - "country_region":,{
- "type":"string",
- "title":"COUNTRY_REGION",
- "description":""
} - "country_name":,{
- "type":"string",
- "title":"COUNTRY_NAME",
- "description":""
} - "country_income_group":,{
- "type":"string",
- "title":"COUNTRY_INCOME-GROUP",
- "description":""
} - "indicator_name":,{
- "type":"string",
- "title":"INDICATOR_NAME",
- "description":""
} - "indicator_unit":,{
- "type":"string",
- "title":"INDICATOR_UNIT",
- "description":""
} - "sex_name":,{
- "type":"string",
- "title":"SEX_NAME",
- "description":""
} - "value":,{
- "type":"number",
- "title":"VALUE",
- "description":""
} - "indicator_notes":{
- "type":"string",
- "title":"INDICATOR_NOTES",
- "description":""
}
} - "date":
}
} - "fields":
} - "properties":
} - "the-human-capital-report-2016":