template | foo |
---|---|
reference |
bar |
https://example.com/schemas/examples
This is an example schema with multiple examples. Too many examples? There can never be too many examples!
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | No | Experimental | No | Forbidden | Permitted | examples.schema.json |
{
"foo": "bi",
"bar": "bu"
}
{
"foo": "zip",
"bar": "zap"
}
Property | Type | Required | Defined by |
---|---|---|---|
bar | string |
Required | Examples (this schema) |
foo | string |
Optional | Examples (this schema) |
* |
any | Additional | this schema allows additional properties |
A simple string.
bar
- is required
- type:
string
- defined in this schema
string
"bar"
"baz"
A simple string.
foo
- is optional
- type:
string
- defined in this schema
string
"bar"