Skip to content

Commit 6674b78

Browse files
committed
Merge pull request OAI#582 from APIs-guru/master
Fix discrepancy between JSON and YAML
2 parents 47a268c + 4b1c116 commit 6674b78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: examples/v2.0/json/petstore.json

+1
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)