We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8459893 commit 2392e46Copy full SHA for 2392e46
1 file changed
openapi3/schema.go
@@ -78,6 +78,7 @@ type Schema struct {
78
WriteOnly bool `json:"writeOnly,omitempty" yaml:"writeOnly,omitempty"`
79
AllowEmptyValue bool `json:"allowEmptyValue,omitempty" yaml:"allowEmptyValue,omitempty"`
80
XML interface{} `json:"xml,omitempty" yaml:"xml,omitempty"`
81
+ Deprecated bool `json:"deprecated,omitempty" yaml:"deprecated,omitempty"`
82
83
// Number
84
Min *float64 `json:"minimum,omitempty" yaml:"minimum,omitempty"`
0 commit comments