2020-11-01 17:22:42 +01:00
|
|
|
{
|
|
|
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
|
|
|
"$id": "general.array.integer.3",
|
|
|
|
|
"type": "array",
|
2021-03-21 15:18:38 +01:00
|
|
|
"title": "Array Of 3 Items",
|
2020-11-01 17:22:42 +01:00
|
|
|
"description": "An array of 3 integers",
|
|
|
|
|
"minimum": 3,
|
|
|
|
|
"maximum": 3,
|
2021-03-21 15:18:38 +01:00
|
|
|
"items": { "type": "integer", "description": "An integer", "title": "TODO Title" }
|
2020-11-01 17:22:42 +01:00
|
|
|
}
|