We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf230d commit 0b36575Copy full SHA for 0b36575
pkg/openapi/openapi.go
@@ -160,7 +160,7 @@ type Schema struct {
160
Type string `json:"type,omitempty"`
161
Format string `json:"format,omitempty"`
162
Items *Schema `json:"items,omitempty"`
163
- Properties Properties `json:"properties"`
+ Properties Properties `json:"properties,omitempty"`
164
Ref string `json:"$ref,omitempty"`
165
XAEPResource *XAEPResource `json:"x-aep-resource,omitempty"`
166
XAEPFieldNumber int `json:"x-aep-field-number,omitempty"`
0 commit comments