template | foo |
---|---|
reference |
bar |
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 | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | No | Experimental | No | Forbidden | Permitted | constants.schema.json |
Property | Type | Required | Defined by |
---|---|---|---|
hello | const |
Required | Constant Types (this schema) |
* |
any | Additional | this schema allows additional properties |
A simple string, without strong constraints.
hello
- is required
- type:
const
- defined in this schema
The value of this property must be equal to:
"World"