15 lines
315 B
JSON
15 lines
315 B
JSON
|
|
{
|
||
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
||
|
|
"$id": "general.array.number.3",
|
||
|
|
"type": "array",
|
||
|
|
"title": "Array of 3 items",
|
||
|
|
"description": "An array of 3 numbers",
|
||
|
|
"minimum": 3,
|
||
|
|
"maximum": 3,
|
||
|
|
"items": {
|
||
|
|
"type": "number",
|
||
|
|
"description": "An number",
|
||
|
|
"title": "TODO title"
|
||
|
|
}
|
||
|
|
}
|