Preparing search index...
The search index is not available
@docknetwork/crypto-wasm-ts
@docknetwork/crypto-wasm-ts
IEmbeddedJsonSchema
Interface IEmbeddedJsonSchema
JSON schema that contains the properties
interface
IEmbeddedJsonSchema
{
$id
?:
string
;
$schema
:
string
;
definitions
?:
{
[
key
:
string
]
:
object
;
}
;
properties
:
IJsonSchemaProperties
;
title
?:
string
;
type
:
string
;
}
Index
Properties
$id?
$schema
definitions?
properties
title?
type
Properties
Optional
$id
$id
?:
string
$schema
$schema
:
string
Optional
definitions
definitions
?:
{
[
key
:
string
]
:
object
;
}
properties
properties
:
IJsonSchemaProperties
Optional
title
title
?:
string
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
$id
$schema
definitions
properties
title
type
@docknetwork/crypto-wasm-ts
Loading...
JSON schema that contains the properties