Labor Force Indicators

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Period
               

No description available for this field.

Name (identifier)
period
Type
text
Sample
                       
Indicator
               

No description available for this field.

Name (identifier)
indicator
Type
text
Sample
                       
Group
               

No description available for this field.

Name (identifier)
group
Type
text
Sample
                       
Gender
               

No description available for this field.

Name (identifier)
sex
Type
text
Sample
                       
Nationality
               

No description available for this field.

Name (identifier)
nationality
Type
text
Sample
                       
Age Group
               

No description available for this field.

Name (identifier)
age_group
Type
text
Sample
                       
Unit
               

No description available for this field.

Name (identifier)
unit
Type
text
Sample
                       
Labor force
               

No description available for this field.

Name (identifier)
labor_force_
Type
decimal
Unit
%
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"labor-force-indicators",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/labor-force-indicators"
      }
    ]
    ,
  • "definitions":
    {
    • "labor-force-indicators":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/labor-force-indicators_records"
            }
          }
        }
      }
      ,
    • "labor-force-indicators_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "period":
              {
              • "type":"string",
              • "title":"Period",
              • "description":""
              }
              ,
            • "indicator":
              {
              • "type":"string",
              • "title":"Indicator",
              • "description":""
              }
              ,
            • "group":
              {
              • "type":"string",
              • "title":"Group",
              • "description":""
              }
              ,
            • "sex":
              {
              • "type":"string",
              • "title":"Gender",
              • "description":""
              }
              ,
            • "nationality":
              {
              • "type":"string",
              • "title":"Nationality",
              • "description":""
              }
              ,
            • "age_group":
              {
              • "type":"string",
              • "title":"Age Group",
              • "description":""
              }
              ,
            • "unit":
              {
              • "type":"string",
              • "title":"Unit",
              • "description":""
              }
              ,
            • "labor_force_":
              {
              • "type":"number",
              • "title":"Labor force ",
              • "description":"",
              • "unit":"%"
              }
            }
          }
        }
      }
    }
}

Similar datasets