Skip to content

Commit ab6a532

Browse files
handrewsMikeRalphson
authored andcommitted
Fix formatting errors in example (OAI#2132)
Signed-off-by: Mike Ralphson <[email protected]>
1 parent e500f92 commit ab6a532

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

versions/3.1.0.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -889,17 +889,17 @@ This object MAY be extended with [Specification Extensions](#specificationExtens
889889
"application/x-www-form-urlencoded": {
890890
"schema": {
891891
"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-
"type": "string"
900-
}
901-
},
902-
"required": ["status"]
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+
"type": "string"
900+
}
901+
},
902+
"required": ["status"]
903903
}
904904
}
905905
}

0 commit comments

Comments
 (0)