Preparing search index...
The search index is not available
@hotmeshio/hotmesh
@hotmeshio/hotmesh
types/serializer
JSONSchema
Interface JSONSchema
interface
JSONSchema
{
description
?:
string
;
enum
?:
string
[]
;
examples
?:
any
[]
;
items
?:
JSONSchema
;
properties
?:
{
[
key
:
string
]
:
JSONSchema
;
}
;
type
?:
string
;
x-train
?:
boolean
;
}
Index
Properties
description?
enum?
examples?
items?
properties?
type?
x-
train?
Properties
Optional
description
description
?:
string
Optional
enum
enum
?:
string
[]
Optional
examples
examples
?:
any
[]
Optional
items
items
?:
JSONSchema
Optional
properties
properties
?:
{
[
key
:
string
]
:
JSONSchema
;
}
Optional
type
type
?:
string
Optional
x-
train
x-
train
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
enum
examples
items
properties
type
x-
train
@hotmeshio/hotmesh
Loading...