records
Number of the different groups & Visitors.
Dataset schema
Click to expand Click to collapse
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"
}
}
} - "records":
} - "properties":
- "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":""
}
} - "museum_name":
}
} - "fields":
} - "properties":
} - "number-of-the-different-groups-and-visitors":
}