@deskcreate/agentcraft
Preparing search index...
index
JsonSchema
Type Alias JsonSchema
type
JsonSchema
=
{
enum
?:
unknown
[]
;
items
?:
JsonSchema
;
properties
?:
Record
<
string
,
JsonSchema
>
;
required
?:
string
[]
;
type
?:
"object"
|
"array"
|
"string"
|
"number"
|
"boolean"
|
"null"
;
}
Index
Properties
enum?
items?
properties?
required?
type?
Properties
Optional
enum
enum
?:
unknown
[]
Optional
items
items
?:
JsonSchema
Optional
properties
properties
?:
Record
<
string
,
JsonSchema
>
Optional
required
required
?:
string
[]
Optional
type
type
?:
"object"
|
"array"
|
"string"
|
"number"
|
"boolean"
|
"null"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
enum
items
properties
required
type
@deskcreate/agentcraft
Loading...