未验证 提交 14cadce7 编写于 作者: G github-actions[bot] 提交者: GitHub

Update JSON example files (#3077)

Co-authored-by: Nwebron <webron@users.noreply.github.com>
上级 c06c79ba
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
"required": false, "required": false,
"schema": { "schema": {
"type": "integer", "type": "integer",
"maximum": 100,
"format": "int32" "format": "int32"
} }
} }
...@@ -152,6 +153,7 @@ ...@@ -152,6 +153,7 @@
}, },
"Pets": { "Pets": {
"type": "array", "type": "array",
"maxItems": 100,
"items": { "items": {
"$ref": "#/components/schemas/Pet" "$ref": "#/components/schemas/Pet"
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册