eventcategoryid

v0.5.2 v0.5.2
Vernon Keenan 2023-05-02 03:00:15 +00:00
parent ef55d7cc8d
commit 6c31fd164b
3 changed files with 9 additions and 0 deletions

View File

@ -43,6 +43,9 @@ type Event struct {
// event category
EventCategory *EventCategory `json:"EventCategory,omitempty"`
// event category ID
EventCategoryID *string `json:"EventCategoryID,omitempty"`
// ID
ID string `json:"ID,omitempty"`

View File

@ -43,6 +43,9 @@ type Event struct {
// event category
EventCategory *EventCategory `json:"EventCategory,omitempty"`
// event category ID
EventCategoryID *string `json:"EventCategoryID,omitempty"`
// ID
ID string `json:"ID,omitempty"`

View File

@ -16,6 +16,9 @@ Event:
x-nullable: true
EventCategory:
$ref: "./event-category.yaml#/EventCategory"
EventCategoryID:
type: string
x-nullable: true
Description:
type: string
x-nullable: true