18 lines
No EOL
292 B
JSON
18 lines
No EOL
292 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"title": "Tuple",
|
|
"type": "array",
|
|
"items": [
|
|
{
|
|
"type": "integer",
|
|
"format": "uint8",
|
|
"maximum": 10.0,
|
|
"minimum": 0.0
|
|
},
|
|
{
|
|
"type": "boolean"
|
|
}
|
|
],
|
|
"maxItems": 2,
|
|
"minItems": 2
|
|
} |