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 e500f92 commit ab6a532Copy full SHA for ab6a532
versions/3.1.0.md
@@ -889,17 +889,17 @@ This object MAY be extended with [Specification Extensions](#specificationExtens
889
"application/x-www-form-urlencoded": {
890
"schema": {
891
"type": "object",
892
- "properties": {
893
- "name": {
894
- "description": "Updated name of the pet",
895
- "type": "string"
896
- },
897
- "status": {
898
- "description": "Updated status of the pet",
899
900
- }
901
902
- "required": ["status"]
+ "properties": {
+ "name": {
+ "description": "Updated name of the pet",
+ "type": "string"
+ },
+ "status": {
+ "description": "Updated status of the pet",
+ }
+ "required": ["status"]
903
}
904
905
0 commit comments