The maximum capacity for an event, indicates how many ticket instances can be issued for it.
The ticket class defined for this event. This is used to define the features of a ticket when issuing one.
Optional ReadonlydateThe date range for the next available date of the event. In the case of single day events, this will always return the range of the event date.
OptionaldatesA list of date ranges defining the dates of the event. Minimum one for an event of one day. Multiple ranges are defined for multi-day events.
ReadonlyidAn unique identifier of the event
OptionalmetadataThe metadata associated to the event.
The name that identifies the event
The account that owns the events
ReadonlystateThe status of the event.
A single instance of a gathering (either single-dated or multi-dated) that issues tickets for attendees to participate in.
Note: This structure is provisional. For the final version of the protocol, it is expected to detach the TicketClass from the event, and have a list (or map) of ticket classes attached to the event instead.