https://example.com/schemas/typearrays
This schema test type arrays and nullable types
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | typearrays.schema.json |
object
(Type Arrays)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
null | Not specified | Optional | can be null | Type Arrays |
string-or-null | string |
Optional | can be null | Type Arrays |
string-or-number | Multiple | Optional | cannot be null | Type Arrays |
string-or-number-null | Multiple | Optional | can be null | Type Arrays |
This is just nothing
null
-
is optional
-
Type:
null
, the value must be null -
can be null
-
defined in: Type Arrays
null
, the value must be null
Nullable string
string-or-null
-
is optional
-
Type:
string
-
can be null
-
defined in: Type Arrays
string
Types can be many things
string-or-number
-
is optional
-
Type: any of the following:
string
ornumber
(Details) -
cannot be null
-
defined in: Type Arrays
any of the following: string
or number
(Details)
Types can be many things, even nothing at all.
string-or-number-null
-
is optional
-
Type: any of the following:
string
ornumber
(Details) -
can be null
-
defined in: Type Arrays
any of the following: string
or number
(Details)