Foreign Pilgrims By Origin and Country Group

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
                       
Countries Groups
               

No description available for this field.

Name (identifier)
countries_groups
Type
text
Sample
                       
Origin
               

No description available for this field.

Name (identifier)
origin
Type
text
Sample
                       
Number of Foreign Pilgrims
               

No description available for this field.

Name (identifier)
number_of_foreign_pilgrim
Type
integer
Sample
                       

JSON Schema

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

{
  • "title":"pilgrims-arriving-to-makkah-by-country-group",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/pilgrims-arriving-to-makkah-by-country-group"
      }
    ]
    ,
  • "definitions":
    {
    • "pilgrims-arriving-to-makkah-by-country-group":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/pilgrims-arriving-to-makkah-by-country-group_records"
            }
          }
        }
      }
      ,
    • "pilgrims-arriving-to-makkah-by-country-group_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "time_period":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "countries_groups":
              {
              • "type":"string",
              • "title":"Countries Groups",
              • "description":""
              }
              ,
            • "origin":
              {
              • "type":"string",
              • "title":"Origin",
              • "description":""
              }
              ,
            • "number_of_foreign_pilgrim":
              {
              • "type":"integer",
              • "title":"Number of Foreign Pilgrims",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets