GOSI Beneficiaries
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"gosi-beneficiaries",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/gosi-beneficiaries"
}
] - "definitions":{
- "gosi-beneficiaries":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/gosi-beneficiaries_records"
}
}
} - "records":
} - "properties":
- "gosi-beneficiaries_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year_quarter":,{
- "type":"string",
- "title":"Year & quarter",
- "description":""
} - "year":,{
- "type":"string",
- "format":"date",
- "title":"year",
- "description":""
} - "quarter":,{
- "type":"string",
- "title":"quarter",
- "description":""
} - "office_name":,{
- "type":"string",
- "title":"Office name",
- "description":""
} - "indicator":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "category":,{
- "type":"string",
- "title":"Category",
- "description":""
} - "pension_type":,{
- "type":"string",
- "title":"Pension Type",
- "description":""
} - "unit":,{
- "type":"string",
- "title":"Unit",
- "description":""
} - "nationality":,{
- "type":"string",
- "title":"Nationality",
- "description":""
} - "sector":,{
- "type":"string",
- "title":"Sector",
- "description":""
} - "gender":,{
- "type":"string",
- "title":"Gender",
- "description":""
} - "value":{
- "type":"number",
- "title":"value",
- "description":""
}
} - "year_quarter":
}
} - "fields":
} - "properties":
} - "gosi-beneficiaries":