Skip to content

Commit 4b1c116

Browse files
committed
Fix discrepancy between JSON and YAML
1 parent 47a268c commit 4b1c116

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/v2.0/json/petstore.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
{
8888
"name": "petId",
8989
"in": "path",
90+
"required": true,
9091
"description": "The id of the pet to retrieve",
9192
"type": "string"
9293
}

0 commit comments

Comments
 (0)