Workforce serving pilgrims by sector

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Sector
               

No description available for this field.

Name (identifier)
sector
Type
text
Sample
                       
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Gender
               

No description available for this field.

Name (identifier)
gender
Type
text
Sample
                       
Number of pilgrims from abroad
               

No description available for this field.

Name (identifier)
number_of_pilgrims_from_abroad
Type
integer
Sample
                       

JSON Schema

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

{
  • "title":"workforce-serving-pilgrims-by-sector",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/workforce-serving-pilgrims-by-sector"
      }
    ]
    ,
  • "definitions":
    {
    • "workforce-serving-pilgrims-by-sector":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/workforce-serving-pilgrims-by-sector_records"
            }
          }
        }
      }
      ,
    • "workforce-serving-pilgrims-by-sector_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "sector":
              {
              • "type":"string",
              • "title":"Sector",
              • "description":""
              }
              ,
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "gender":
              {
              • "type":"string",
              • "title":"Gender",
              • "description":""
              }
              ,
            • "number_of_pilgrims_from_abroad":
              {
              • "type":"integer",
              • "title":"Number of pilgrims from abroad",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets