schemars/schemars/tests/expected/skip_tuple_fields.json

16 lines
No EOL
249 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "TupleStruct",
"type": "array",
"items": [
{
"type": "number",
"format": "float"
},
{
"type": "null"
}
],
"minItems": 2,
"maxItems": 2
}