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