Preparing search index...
The search index is not available
Nestia API Documents
Nestia API Documents
@samchon/openapi
OpenApiV3_1
IOperation
IParameter
Interface IParameter
interface
IParameter
{
description
?:
string
;
example
?:
any
;
examples
?:
Record
<
string
,
|
OpenApiV3_1
.
IExample
|
OpenApiV3_1
.
IJsonSchema
.
IReference
<
`
#/components/examples/
${
string
}
`
>
,
>
;
in
:
"path"
|
"query"
|
"header"
|
"cookie"
;
name
?:
string
;
required
?:
boolean
;
schema
:
OpenApiV3_1
.
IJsonSchema
;
}
Index
Properties
description?
example?
examples?
in
name?
required?
schema
Properties
Optional
description
description
?:
string
Optional
example
example
?:
any
Optional
examples
examples
?:
Record
<
string
,
|
OpenApiV3_1
.
IExample
|
OpenApiV3_1
.
IJsonSchema
.
IReference
<
`
#/components/examples/
${
string
}
`
>
,
>
in
in
:
"path"
|
"query"
|
"header"
|
"cookie"
Optional
name
name
?:
string
Optional
required
required
?:
boolean
schema
schema
:
OpenApiV3_1
.
IJsonSchema
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
example
examples
in
name
required
schema
Nestia API Documents
Loading...