records

records

Active filters Clear all

No active filters

Filters

Number of the different groups & Visitors.

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Museum Name
               

No description available for this field.

Name (identifier)
museum_name
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-different-groups-and-visitors",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/number-of-the-different-groups-and-visitors"
      }
    ]
    ,
  • "definitions":
    {
    • "number-of-the-different-groups-and-visitors":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/number-of-the-different-groups-and-visitors_records"
            }
          }
        }
      }
      ,
    • "number-of-the-different-groups-and-visitors_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "museum_name":
              {
              • "type":"string",
              • "title":"Museum Name",
              • "description":""
              }
              ,
            • "number_of_visitors":
              {
              • "type":"integer",
              • "title":"Number of Visitors",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets