schemars/schemars/tests/expected/validate_tuple.json
2021-04-16 13:56:26 +01:00

18 lines
No EOL
292 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Tuple",
"type": "array",
"items": [
{
"type": "integer",
"format": "uint8",
"maximum": 10.0,
"minimum": 0.0
},
{
"type": "boolean"
}
],
"maxItems": 2,
"minItems": 2
}