{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Tuple", "type": "array", "prefixItems": [ { "type": "integer", "format": "int32" }, { "type": "boolean" }, { "type": [ "string", "null" ] } ], "minItems": 3, "maxItems": 3 }