records

records

Active filters Clear all

No active filters

Filters

Number of the Visitors with their Nationalities

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Nationalities
               

No description available for this field.

Name (identifier)
nationalities
Type
text
Sample
                       
Number of Visitors
               

No description available for this field.

Name (identifier)
number_of_visitors
Type
integer
Sample
                       

JSON Schema

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

{
  • "title":"number-of-the-visitors-with-their-nationalities",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/number-of-the-visitors-with-their-nationalities"
      }
    ]
    ,
  • "definitions":
    {
    • "number-of-the-visitors-with-their-nationalities":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/number-of-the-visitors-with-their-nationalities_records"
            }
          }
        }
      }
      ,
    • "number-of-the-visitors-with-their-nationalities_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "nationalities":
              {
              • "type":"string",
              • "title":"Nationalities",
              • "description":""
              }
              ,
            • "number_of_visitors":
              {
              • "type":"integer",
              • "title":"Number of Visitors",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets