ts-lambda-api - v2.5.2
Preparing search index...
<internal>
BaseParameterObject
Interface BaseParameterObject
interface
BaseParameterObject
{
allowEmptyValue
?:
boolean
;
allowReserved
?:
boolean
;
content
?:
ContentObject
;
deprecated
?:
boolean
;
description
?:
string
;
example
?:
any
;
examples
?:
{
[
param
:
string
]:
ReferenceObject
|
ExampleObject
}
;
explode
?:
boolean
;
required
?:
boolean
;
schema
?:
SchemaObject
|
ReferenceObject
;
style
?:
ParameterStyle
;
[
extensionName
:
`
x-
${
string
}
`
]:
any
;
}
Hierarchy (
View Summary
)
ISpecificationExtension
BaseParameterObject
ParameterObject
HeaderObject
Indexable
[
extensionName
:
`
x-
${
string
}
`
]:
any
Index
Properties
allow
Empty
Value?
allow
Reserved?
content?
deprecated?
description?
example?
examples?
explode?
required?
schema?
style?
Properties
Optional
allow
Empty
Value
allowEmptyValue
?:
boolean
Optional
allow
Reserved
allowReserved
?:
boolean
Optional
content
content
?:
ContentObject
Optional
deprecated
deprecated
?:
boolean
Optional
description
description
?:
string
Optional
example
example
?:
any
Optional
examples
examples
?:
{
[
param
:
string
]:
ReferenceObject
|
ExampleObject
}
Optional
explode
explode
?:
boolean
Optional
required
required
?:
boolean
Optional
schema
schema
?:
SchemaObject
|
ReferenceObject
Optional
style
style
?:
ParameterStyle
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allow
Empty
Value
allow
Reserved
content
deprecated
description
example
examples
explode
required
schema
style
ts-lambda-api - v2.5.2
Loading...