{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TupleStruct", "type": "array", "prefixItems": [ { "type": "number", "format": "float", "writeOnly": true }, { "type": "null" } ], "minItems": 2, "maxItems": 2 }