@cfxlabsinc/b2b-services
Preparing search index...
@cfxlabsinc/interface-base
fastify
RouteSchema
Type Alias RouteSchema
The route schema, @fastify/swagger + TypeBox
type
RouteSchema
=
{
body
?:
TSchema
;
deprecated
?:
boolean
;
description
?:
string
;
headers
?:
TSchema
;
hide
?:
boolean
;
operationId
?:
string
;
params
?:
TSchema
;
querystring
?:
TSchema
;
response
?:
Record
<
string
,
TSchema
>
;
summary
?:
string
;
tags
?:
readonly
string
[]
;
}
Index
Properties
body?
deprecated?
description?
headers?
hide?
operation
Id?
params?
querystring?
response?
summary?
tags?
Properties
Optional
body
body
?:
TSchema
Optional
deprecated
deprecated
?:
boolean
Optional
description
description
?:
string
Optional
headers
headers
?:
TSchema
Optional
hide
hide
?:
boolean
Optional
operation
Id
operationId
?:
string
Optional
params
params
?:
TSchema
Optional
querystring
querystring
?:
TSchema
Optional
response
response
?:
Record
<
string
,
TSchema
>
Optional
summary
summary
?:
string
Optional
tags
tags
?:
readonly
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
deprecated
description
headers
hide
operation
Id
params
querystring
response
summary
tags
@cfxlabsinc/b2b-services
Loading...
The route schema, @fastify/swagger + TypeBox