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.
2 parents 0b574df + 3f24f30 commit 6f8cc82Copy full SHA for 6f8cc82
examples/v2.0/yaml/petstore.yaml
@@ -60,6 +60,7 @@ paths:
60
parameters:
61
- name: petId
62
in: path
63
+ required: true
64
description: The id of the pet to retrieve
65
type: string
66
responses:
schemas/v2.0/schema.json
@@ -769,6 +769,7 @@
769
"$ref": "#/definitions/vendorExtension"
770
}
771
},
772
+ "required": ["required"],
773
"properties": {
774
"required": {
775
"type": "boolean",
0 commit comments