Labor Force Survey Data
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"labor-force-survey-data",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/labor-force-survey-data"
}
] - "definitions":{
- "labor-force-survey-data":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/labor-force-survey-data_records"
}
}
} - "records":
} - "properties":
- "labor-force-survey-data_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "quarter":,{
- "type":"string",
- "title":"Quarter",
- "description":""
} - "indicator":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "gender":,{
- "type":"string",
- "title":"Gender",
- "description":""
} - "nationality":,{
- "type":"string",
- "title":"Nationality",
- "description":""
} - "sector":,{
- "type":"string",
- "title":"Sector",
- "description":""
} - "age_group":,{
- "type":"string",
- "title":"Age Group",
- "description":""
} - "administrative_region":,{
- "type":"string",
- "title":"Administrative Region",
- "description":""
} - "occupation":,{
- "type":"string",
- "title":"Occupation",
- "description":""
} - "economic_activity":,{
- "type":"string",
- "title":"Economic Activity",
- "description":""
} - "educational_level":,{
- "type":"string",
- "title":"Educational level",
- "description":""
} - "methods_of_job_search":,{
- "type":"string",
- "title":"Methods of job search",
- "description":""
} - "duration_of_job_search":,{
- "type":"string",
- "title":"Duration of job search",
- "description":""
} - "previous_work_experience":,{
- "type":"string",
- "title":"Previous work experience",
- "description":""
} - "preferce_private_sector":,{
- "type":"string",
- "title":"Preferce Private Sector",
- "description":""
} - "accepted_commuting_time":,{
- "type":"string",
- "title":"Accepted commuting time",
- "description":""
} - "accepted_working_hours":,{
- "type":"string",
- "title":"Accepted working hours",
- "description":""
} - "reasons_for_leaving_previous_work":,{
- "type":"string",
- "title":"Reasons for leaving previous work",
- "description":""
} - "degree_of_labor_force_attachment":,{
- "type":"string",
- "title":"Degree of Labor Force attachment",
- "description":""
} - "relationship_to_labor_market":,{
- "type":"string",
- "title":"Relationship to Labor Market",
- "description":""
} - "duration_of_unemployment":,{
- "type":"string",
- "title":"Duration of Unemployment ",
- "description":""
} - "educational_specialization_for_holders_of_diploma_or_higher":,{
- "type":"string",
- "title":"Educational Specialization for holders of diploma or higher",
- "description":""
} - "value":,{
- "type":"integer",
- "title":"Persons",
- "description":""
} - "time_period":{
- "type":"string",
- "title":"time_period",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "labor-force-survey-data":