https://example.com/schemas/constants
This is an example schema with examples for properties with constant values
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | constants.schema.json |
object
(Constant Types)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
hello | string |
Required | cannot be null | Constant Types |
A simple string, without strong constraints.
hello
-
is required
-
Type:
string
-
cannot be null
-
defined in: Constant Types
string
constant: the value of this property must be equal to:
"World"