Initial Commit
This commit is contained in:
14
general/array_3_integer.json
Normal file
14
general/array_3_integer.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "general.array.integer.3",
|
||||
"type": "array",
|
||||
"title": "Array of 3 items",
|
||||
"description": "An array of 3 integers",
|
||||
"minimum": 3,
|
||||
"maximum": 3,
|
||||
"items": {
|
||||
"type": "integer",
|
||||
"description": "An integer",
|
||||
"title": "TODO title"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user