mirror of https://github.com/vernonkeenan/lib
parent
ef55d7cc8d
commit
6c31fd164b
|
@ -43,6 +43,9 @@ type Event struct {
|
||||||
// event category
|
// event category
|
||||||
EventCategory *EventCategory `json:"EventCategory,omitempty"`
|
EventCategory *EventCategory `json:"EventCategory,omitempty"`
|
||||||
|
|
||||||
|
// event category ID
|
||||||
|
EventCategoryID *string `json:"EventCategoryID,omitempty"`
|
||||||
|
|
||||||
// ID
|
// ID
|
||||||
ID string `json:"ID,omitempty"`
|
ID string `json:"ID,omitempty"`
|
||||||
|
|
||||||
|
|
|
@ -43,6 +43,9 @@ type Event struct {
|
||||||
// event category
|
// event category
|
||||||
EventCategory *EventCategory `json:"EventCategory,omitempty"`
|
EventCategory *EventCategory `json:"EventCategory,omitempty"`
|
||||||
|
|
||||||
|
// event category ID
|
||||||
|
EventCategoryID *string `json:"EventCategoryID,omitempty"`
|
||||||
|
|
||||||
// ID
|
// ID
|
||||||
ID string `json:"ID,omitempty"`
|
ID string `json:"ID,omitempty"`
|
||||||
|
|
||||||
|
|
|
@ -16,6 +16,9 @@ Event:
|
||||||
x-nullable: true
|
x-nullable: true
|
||||||
EventCategory:
|
EventCategory:
|
||||||
$ref: "./event-category.yaml#/EventCategory"
|
$ref: "./event-category.yaml#/EventCategory"
|
||||||
|
EventCategoryID:
|
||||||
|
type: string
|
||||||
|
x-nullable: true
|
||||||
Description:
|
Description:
|
||||||
type: string
|
type: string
|
||||||
x-nullable: true
|
x-nullable: true
|
||||||
|
|
Loading…
Reference in New Issue