openapi-fastify
Preparing search index...
OpenAPI
OpenAPIV3
ParameterBaseObject
Interface ParameterBaseObject
interface
ParameterBaseObject
{
allowEmptyValue
?:
boolean
;
allowReserved
?:
boolean
;
content
?:
{
[
media
:
string
]:
MediaTypeObject
}
;
deprecated
?:
boolean
;
description
?:
string
;
example
?:
any
;
examples
?:
{
[
media
:
string
]:
ReferenceObject
|
ExampleObject
}
;
explode
?:
boolean
;
required
?:
boolean
;
schema
?:
ReferenceObject
|
SchemaObject
;
style
?:
string
;
}
Hierarchy (
View Summary
)
ParameterBaseObject
ParameterObject
HeaderObject
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
?:
{
[
media
:
string
]:
MediaTypeObject
}
Optional
deprecated
deprecated
?:
boolean
Optional
description
description
?:
string
Optional
example
example
?:
any
Optional
examples
examples
?:
{
[
media
:
string
]:
ReferenceObject
|
ExampleObject
}
Optional
explode
explode
?:
boolean
Optional
required
required
?:
boolean
Optional
schema
schema
?:
ReferenceObject
|
SchemaObject
Optional
style
style
?:
string
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
openapi-fastify
Loading...