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 302aeed commit fcdf414Copy full SHA for fcdf414
versions/3.0.3.md
@@ -883,17 +883,17 @@ This object MAY be extended with [Specification Extensions](#specificationExtens
883
"application/x-www-form-urlencoded": {
884
"schema": {
885
"type": "object",
886
- "properties": {
887
- "name": {
888
- "description": "Updated name of the pet",
889
- "type": "string"
890
- },
891
- "status": {
892
- "description": "Updated status of the pet",
893
894
- }
895
896
- "required": ["status"]
+ "properties": {
+ "name": {
+ "description": "Updated name of the pet",
+ "type": "string"
+ },
+ "status": {
+ "description": "Updated status of the pet",
+ }
+ "required": ["status"]
897
}
898
899
0 commit comments