https://example.com/schemas/example
This is an example schema with 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 | example.schema.json |
object
(Example)
{
"foo": "bar",
"bar": "baz"
}
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
foo | string |
Optional | cannot be null | Example |
bar | string |
Optional | cannot be null | Example |
A simple string.
foo
-
is optional
-
Type:
string
-
cannot be null
-
defined in: Example
string
"bar"
A simple string.
bar
-
is optional
-
Type:
string
-
cannot be null
-
defined in: Example
string
"bar"
"baz"