https://example.com/schemas/abstract
This is an abstract schema. It has definitions
, but does not declare any properties
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Cannot be instantiated | Yes | Unknown status | Unknown identifiability | Forbidden | Allowed | none | abstract.schema.json |
object
(Abstract)
Reference this group by using
{"$ref":"https://example.com/schemas/abstract#/definitions/first"}
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
foo | string |
Optional | cannot be null | Abstract |
nonfoo | boolean |
Optional | cannot be null | Abstract |
A unique identifier given to every addressable thing.
foo
-
is optional
-
Type:
string
-
cannot be null
-
defined in: Abstract
string
This is not foo.
nonfoo
-
is optional
-
Type:
boolean
-
cannot be null
-
defined in: Abstract
boolean
constant: the value of this property must be equal to:
false
Reference this group by using
{"$ref":"https://example.com/schemas/abstract#/definitions/second"}
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
bar | string |
Optional | cannot be null | Abstract |
A unique identifier given to every addressable thing.
bar
-
is optional
-
Type:
string
-
cannot be null
-
defined in: Abstract
string