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