Skip to content

Commit a5b8ae9

Browse files
committed
Regenerate documentation
1 parent 9187b22 commit a5b8ae9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/docs/openapi3.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1515,6 +1515,7 @@ type Schema struct {
15151515
// Object
15161516
Required []string `json:"required,omitempty" yaml:"required,omitempty"`
15171517
Properties Schemas `json:"properties,omitempty" yaml:"properties,omitempty"`
1518+
PropertyKeys []string `json:"-" yaml:"-"` // deterministically ordered keys
15181519
MinProps uint64 `json:"minProperties,omitempty" yaml:"minProperties,omitempty"`
15191520
MaxProps *uint64 `json:"maxProperties,omitempty" yaml:"maxProperties,omitempty"`
15201521
AdditionalProperties AdditionalProperties `json:"additionalProperties,omitempty" yaml:"additionalProperties,omitempty"`

0 commit comments

Comments
 (0)