Venue
Description
Venue-specific properties for parties with a venue role. Venues can have multiple types and configurations that change the maximum capacity of the venue.
Label
:Venue
Properties
| Property | Description | Type |
|---|---|---|
| id | The unique identifier for the node. This is a UUID. | string |
| name | The default name for the party, rolled up from a Name node | string |
| ageLimit | Required age for entry into the venue: see table below | string |
| ageLimitDescription | string | |
| bookable | False for parent venues that cannot be booked | boolean |
| active | active or inactive | boolean |
| inactivatedDate | Date at which venue was marked as inactive | dateTime |
| verified | DMO Flag for Backcompat withen importing | boolean |
| techSpec | URL link to the venue's technical specification document | string |
| note | Information about the venue | string |
| createdBy | the person or process that created the node | string |
| createdDate | dateTime | |
| modifiedBy | the person or process who last modified the node | string |
| modifiedDate | dateTime |
The following age limits will be valid for the ageLimit property on each :Venue node:
| Type | Notes |
|---|---|
| All Ages | No age limit for entry |
| 14+ | |
| 16+ | |
| 17+ | |
| 18+ | |
| 19+ | |
| 21+ |
Key
id
Relationships
The relationship connects parties with venue roles to the venue-specific properties.
The HAS_VENUE_TYPE relationship connects :Venue nodes to :VenueType nodes.
The HAS_CONFIGURATION relationship connects :Venue nodes to :Configuration nodes.