Skip to content

Commit

Permalink
Fix formatting errors in example (OAI#2132)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Ralphson <mike.ralphson@gmail.com>
  • Loading branch information
handrews authored and MikeRalphson committed Feb 24, 2020
1 parent e500f92 commit ab6a532
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions versions/3.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -889,17 +889,17 @@ This object MAY be extended with [Specification Extensions](#specificationExtens
"application/x-www-form-urlencoded": {
"schema": {
"type": "object",
"properties": {
"name": {
"description": "Updated name of the pet",
"type": "string"
},
"status": {
"description": "Updated status of the pet",
"type": "string"
}
},
"required": ["status"]
"properties": {
"name": {
"description": "Updated name of the pet",
"type": "string"
},
"status": {
"description": "Updated status of the pet",
"type": "string"
}
},
"required": ["status"]
}
}
}
Expand Down

0 comments on commit ab6a532

Please sign in to comment.