Skip to content

Commit fcdf414

Browse files
authored
Fix formatting errors in example (#2132)
1 parent 302aeed commit fcdf414

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

versions/3.0.3.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -883,17 +883,17 @@ This object MAY be extended with [Specification Extensions](#specificationExtens
883883
"application/x-www-form-urlencoded": {
884884
"schema": {
885885
"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-
"type": "string"
894-
}
895-
},
896-
"required": ["status"]
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+
"type": "string"
894+
}
895+
},
896+
"required": ["status"]
897897
}
898898
}
899899
}

0 commit comments

Comments
 (0)