Skip to content

Commit 14cadce

Browse files
Update JSON example files (#3077)
Co-authored-by: webron <[email protected]>
1 parent c06c79b commit 14cadce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/v3.0/petstore.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"required": false,
2929
"schema": {
3030
"type": "integer",
31+
"maximum": 100,
3132
"format": "int32"
3233
}
3334
}
@@ -152,6 +153,7 @@
152153
},
153154
"Pets": {
154155
"type": "array",
156+
"maxItems": 100,
155157
"items": {
156158
"$ref": "#/components/schemas/Pet"
157159
}

0 commit comments

Comments
 (0)