19 lines
No EOL
295 B
JSON
19 lines
No EOL
295 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"title": "Tuple",
|
|
"type": "array",
|
|
"prefixItems": [
|
|
{
|
|
"type": "boolean"
|
|
},
|
|
{
|
|
"type": "integer",
|
|
"format": "int32"
|
|
},
|
|
{
|
|
"type": "boolean"
|
|
}
|
|
],
|
|
"minItems": 3,
|
|
"maxItems": 3
|
|
} |