Main Labor Market 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)
time_period
Type
date
Sample
                       
Quarter
               

No description available for this field.

Name (identifier)
quarter
Type
text
Sample
                       
Gender
               

No description available for this field.

Name (identifier)
gender
Type
text
Sample
                       
Indicator
               

No description available for this field.

Name (identifier)
indicator
Type
text
Sample
                       
Data source
               

No description available for this field.

Name (identifier)
data_source
Type
text
Sample
                       
Indicator Value
               

No description available for this field.

Name (identifier)
indicator_value
Type
decimal
Sample
                       

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

Similar datasets