{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Tuple", "type": "array", "prefixItems": [ { "type": "integer", "format": "uint8", "minimum": 0, "maximum": 10 }, { "type": "boolean" } ], "minItems": 2, "maxItems": 2 }