File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
models/meshmodel/core/v1alpha1 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ var categoryCreationLock sync.Mutex //Each model will perform a check and if the
1313
1414// swagger:response Category
1515type Category struct {
16- ID uuid.UUID `json:"-"`
16+ ID uuid.UUID `json:"-" yaml:"-" `
1717 Name string `json:"name"`
1818 Metadata map [string ]interface {} `json:"metadata" yaml:"metadata"`
1919}
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ func (cf *ModelFilter) Create(m map[string]interface{}) {
3333
3434// swagger:response Model
3535type Model struct {
36- ID uuid.UUID `json:"-"`
36+ ID uuid.UUID `json:"-" yaml:"-" `
3737 Name string `json:"name"`
3838 Version string `json:"version"`
3939 DisplayName string `json:"displayName" gorm:"modelDisplayName"`
You can’t perform that action at this time.
0 commit comments