https://example.com/schemas/custom
This is an extensible schema. It has definitions
, that can be used in other schemas. Additionally, it allows custom properties.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Cannot be instantiated | Yes | Unknown status | Unknown identifiability | Allowed | Allowed | none | custom.schema.json |
object
(Custom)
all of
Reference this group by using
{"$ref":"https://example.com/schemas/custom#/definitions/first"}
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
foo | string |
Optional | cannot be null | Custom |
A unique identifier given to every addressable thing.
foo
-
is optional
-
Type:
string
-
cannot be null
-
defined in: Custom
string
Reference this group by using
{"$ref":"https://example.com/schemas/custom#/definitions/second"}
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
bar | string |
Optional | cannot be null | Custom |
A unique identifier given to every addressable thing.
bar
-
is optional
-
Type:
string
-
cannot be null
-
defined in: Custom
string