@traversable/schema
Preparing search index...
@traversable/json-schema
Object
Interface Object<T>
JsonSchema.Object
interface
Object
<
T
>
{
properties
:
{
[
x
:
string
]:
T
}
;
required
:
string
[]
;
type
:
"object"
;
}
Type Parameters
T
Index
Properties
properties
required
type
Properties
properties
properties
:
{
[
x
:
string
]:
T
}
JsonSchema.Object.properties
See also:
the
spec
required
required
:
string
[]
type
type
:
"object"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
<a href="#" class="tsd-
kind-
interface">
Json
Schema.
Object</a>
Properties
properties
<a href="#" class="tsd-
kind-
interface">
Json
Schema.
Object.properties</a>
required
type
@traversable/schema
Loading...
JsonSchema.Object