mirror of https://github.com/vernonkeenan/lib
parent
ef55d7cc8d
commit
6c31fd164b
|
@ -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"`
|
||||
|
||||
|
|
|
@ -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"`
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue