Files
cli/vendor/schemars/tests/expected/schema_with-tuple.json

19 lines
284 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Tuple",
"type": "array",
"items": [
{
"type": "boolean"
},
{
"type": "integer",
"format": "int32"
},
{
"type": "boolean"
}
],
"maxItems": 3,
"minItems": 3
}