https://example.com/schemas/arrays
This is an example schema with examples for multiple array types and their constraints.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | arrays.schema.json |
object
(Arrays)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
tuple | array |
Optional | cannot be null | Arrays |
list | array |
Optional | cannot be null | Arrays |
listlist | array |
Optional | cannot be null | Arrays |
stringlistlist | array |
Optional | cannot be null | Arrays |
intlist | array |
Optional | cannot be null | Arrays |
boollist | array |
Optional | cannot be null | Arrays |
numlist | array |
Optional | cannot be null | Arrays |
coordinatelist | array |
Optional | cannot be null | Arrays |
objectlist | array |
Optional | cannot be null | Arrays |
JoinTypelist | array |
Optional | cannot be null | Arrays |
This is an array of two values, one positive, one negative. All additional values must be 0.
tuple
-
is optional
-
Type: an array where each item follows the corresponding schema in the following list:
-
and all following items must follow the schema: Zero
-
cannot be null
-
defined in: Arrays
an array where each item follows the corresponding schema in the following list:
-
and all following items must follow the schema: Zero
This is an array
list
-
is optional
-
Type:
string[]
-
cannot be null
-
defined in: Arrays
string[]
This is an array of arrays
listlist
-
is optional
-
Type:
array[]
-
cannot be null
-
defined in: Arrays
array[]
This is an array of arrays of strings
stringlistlist
-
is optional
-
Type:
string[][]
-
cannot be null
-
defined in: Arrays
string[][]
This is an array
intlist
-
is optional
-
Type:
integer[]
-
cannot be null
-
defined in: Arrays
integer[]
maximum number of items: the maximum number of items for this array is: 10
minimum number of items: the minimum number of items for this array is: 1
This is an array
boollist
-
is optional
-
Type:
boolean[]
-
cannot be null
-
defined in: Arrays
boolean[]
minimum number of items: the minimum number of items for this array is: 1
This is an array
numlist
-
is optional
-
Type:
number[]
-
cannot be null
-
defined in: Arrays
number[]
maximum number of items: the maximum number of items for this array is: 10
This is an array of coordinates in three-dimensional space.
coordinatelist
-
is optional
-
Type:
number[][]
-
cannot be null
-
defined in: Arrays
number[][]
maximum number of items: the maximum number of items for this array is: 10
An array of simple objects
objectlist
object[]
(Details)
An array of simple objects
JoinTypelist
an array of merged types (Details)