har2api - v0.1.0
npm
GitHub
VTX Labs
Preparing search index...
JsonSchema
Interface JsonSchema
A minimal JSON Schema node — the subset we emit.
interface
JsonSchema
{
enum
?:
(
string
|
number
|
boolean
)
[]
;
example
?:
unknown
;
format
?:
string
;
items
?:
JsonSchema
;
nullable
?:
boolean
;
properties
?:
Record
<
string
,
JsonSchema
>
;
required
?:
string
[]
;
type
?:
string
|
string
[]
;
}
Index
Properties
enum?
example?
format?
items?
nullable?
properties?
required?
type?
Properties
Optional
enum
enum
?:
(
string
|
number
|
boolean
)
[]
Optional
example
example
?:
unknown
Optional
format
format
?:
string
Optional
items
items
?:
JsonSchema
Optional
nullable
nullable
?:
boolean
Optional
properties
properties
?:
Record
<
string
,
JsonSchema
>
Optional
required
required
?:
string
[]
Optional
type
type
?:
string
|
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
enum
example
format
items
nullable
properties
required
type
npm
GitHub
VTX Labs
har2api - v0.1.0
Loading...
A minimal JSON Schema node — the subset we emit.