GOSI Beneficiaries

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year & quarter
               

No description available for this field.

Name (identifier)
year_quarter
Type
text
Sample
                       
year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
quarter
               

No description available for this field.

Name (identifier)
quarter
Type
text
Sample
                       
Office name
               

No description available for this field.

Name (identifier)
office_name
Type
text
Sample
                       
Indicator
               

No description available for this field.

Name (identifier)
indicator
Type
text
Sample
                       
Category
               

No description available for this field.

Name (identifier)
category
Type
text
Sample
                       
Pension Type
               

No description available for this field.

Name (identifier)
pension_type
Type
text
Sample
                       
Unit
               

No description available for this field.

Name (identifier)
unit
Type
text
Sample
                       
Nationality
               

No description available for this field.

Name (identifier)
nationality
Type
text
Sample
                       
Sector
               

No description available for this field.

Name (identifier)
sector
Type
text
Sample
                       
Gender
               

No description available for this field.

Name (identifier)
gender
Type
text
Sample
                       
value
               

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       

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"
            }
          }
        }
      }
      ,
    • "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":""
              }
            }
          }
        }
      }
    }
}

Similar datasets