vcpe/srcs/libs/docs/json_schema/schema/test-maxmin-items.json

8 lines
100 B
JSON
Raw Normal View History

{
"schema-2-3": {
"type": "array",
"maxItems": 3,
"minItems": 2
}
}