Preparing search index...
The search index is not available
Nestia API Documents
Nestia API Documents
@samchon/openapi
OpenApiV3
IJsonSchema
INullOnly
Interface INullOnly
interface
INullOnly
{
default
?:
null
;
deprecated
?:
boolean
;
description
?:
string
;
example
?:
any
;
examples
?:
Record
<
string
,
any
>
;
title
?:
string
;
type
:
"null"
;
}
Hierarchy (
View Summary
)
OpenApiV3
.
IJsonSchema
.
__IAttribute
INullOnly
Index
Properties
default?
deprecated?
description?
example?
examples?
title?
type
Properties
Optional
default
default
?:
null
Optional
deprecated
deprecated
?:
boolean
Optional
description
description
?:
string
Optional
example
example
?:
any
Optional
examples
examples
?:
Record
<
string
,
any
>
Optional
title
title
?:
string
type
type
:
"null"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
default
deprecated
description
example
examples
title
type
Nestia API Documents
Loading...