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