2023-04-30 02:07:31 +00:00
|
|
|
Event:
|
|
|
|
properties:
|
|
|
|
ID:
|
|
|
|
type: string
|
|
|
|
AccountID:
|
|
|
|
type: string
|
|
|
|
x-nullable: true
|
|
|
|
Capacity:
|
|
|
|
type: integer
|
|
|
|
x-nullable: true
|
|
|
|
CreatedByID:
|
|
|
|
type: string
|
|
|
|
x-nullable: true
|
|
|
|
CreatedDate:
|
|
|
|
type: string
|
|
|
|
x-nullable: true
|
2023-04-30 17:56:32 +00:00
|
|
|
EventCategory:
|
|
|
|
$ref: "./event-category.yaml#/EventCategory"
|
2023-05-02 03:00:15 +00:00
|
|
|
EventCategoryID:
|
|
|
|
type: string
|
|
|
|
x-nullable: true
|
2023-04-30 02:07:31 +00:00
|
|
|
Description:
|
|
|
|
type: string
|
|
|
|
x-nullable: true
|
|
|
|
EndDate:
|
|
|
|
type: string
|
|
|
|
x-nullable: true
|
|
|
|
ImageAltText:
|
|
|
|
type: string
|
|
|
|
x-nullable: true
|
|
|
|
ImageURL:
|
|
|
|
type: string
|
|
|
|
x-nullable: true
|
|
|
|
Logo:
|
|
|
|
type: string
|
|
|
|
x-nullable: true
|
|
|
|
LastModifiedByID:
|
|
|
|
type: string
|
|
|
|
x-nullable: true
|
|
|
|
LastModifiedDate:
|
|
|
|
type: string
|
|
|
|
x-nullable: true
|
|
|
|
Location:
|
|
|
|
type: string
|
|
|
|
x-nullable: true
|
|
|
|
Online:
|
|
|
|
type: boolean
|
|
|
|
x-nullable: true
|
|
|
|
OrganizerUserID:
|
|
|
|
type: string
|
|
|
|
x-nullable: true
|
|
|
|
RegURL:
|
|
|
|
type: string
|
|
|
|
x-nullable: true
|
|
|
|
Slug:
|
|
|
|
type: string
|
|
|
|
x-nullable: true
|
|
|
|
StartDate:
|
|
|
|
type: string
|
|
|
|
x-nullable: true
|
|
|
|
Title:
|
|
|
|
type: string
|
|
|
|
x-nullable: true
|
|
|
|
type: object
|