Skip to content

Commit

Permalink
Update JSON example files (#3077)
Browse files Browse the repository at this point in the history
Co-authored-by: webron <webron@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and webron committed Nov 17, 2022
1 parent c06c79b commit 14cadce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/v3.0/petstore.json
Expand Up @@ -28,6 +28,7 @@
"required": false,
"schema": {
"type": "integer",
"maximum": 100,
"format": "int32"
}
}
Expand Down Expand Up @@ -152,6 +153,7 @@
},
"Pets": {
"type": "array",
"maxItems": 100,
"items": {
"$ref": "#/components/schemas/Pet"
}
Expand Down

0 comments on commit 14cadce

Please sign in to comment.