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 | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | examples.schema.json |
object
(Examples)
{
"foo": "bi",
"bar": "bu"
}
{
"foo": "zip",
"bar": "zap"
}
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
foo | string |
Optional | cannot be null | Examples |
bar | string |
Required | cannot be null | Examples |
A simple string.
foo
-
is optional
-
Type:
string
-
cannot be null
-
defined in: Examples
string
"bar"
A simple string.
bar
-
is required
-
Type:
string
-
cannot be null
-
defined in: Examples
string
"bar"
"baz"