Main Labor Market Indicators
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"main-labor-market-indicators",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/main-labor-market-indicators"
}
] - "definitions":{
- "main-labor-market-indicators":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/main-labor-market-indicators_records"
}
}
} - "records":
} - "properties":
- "main-labor-market-indicators_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "quarter":,{
- "type":"string",
- "title":"Quarter",
- "description":""
} - "gender":,{
- "type":"string",
- "title":"Gender",
- "description":""
} - "indicator":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "data_source":,{
- "type":"string",
- "title":"Data source",
- "description":""
} - "indicator_value":{
- "type":"number",
- "title":"Indicator Value",
- "description":""
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "main-labor-market-indicators":