Foreign pilgrims from abroad

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
year_time
Type
date
Sample
                       
Country Group
               

No description available for this field.

Name (identifier)
nationality_engl
Type
text
Sample
                       
Nationality code
               

No description available for this field.

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

No description available for this field.

Name (identifier)
obsvalue_obsv
Type
integer
Sample
                       

JSON Schema

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

{
  • "title":"foreign-pilgrims-from-abroad",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/foreign-pilgrims-from-abroad"
      }
    ]
    ,
  • "definitions":
    {
    • "foreign-pilgrims-from-abroad":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/foreign-pilgrims-from-abroad_records"
            }
          }
        }
      }
      ,
    • "foreign-pilgrims-from-abroad_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year_time":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "nationality_engl":
              {
              • "type":"string",
              • "title":"Country Group",
              • "description":""
              }
              ,
            • "nationality_code":
              {
              • "type":"string",
              • "title":"Nationality code",
              • "description":""
              }
              ,
            • "obsvalue_obsv":
              {
              • "type":"integer",
              • "title":"Number of pilgrims from abroad",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets