Skip to content

Latest commit

 

History

History
53 lines (28 loc) · 765 Bytes

fastifyoas.exposeoptions.md

File metadata and controls

53 lines (28 loc) · 765 Bytes

fastify-oas

Globals / fastifyOAS / ExposeOptions

Interface: ExposeOptions

Hierarchy

  • ExposeOptions

Index

Properties

Properties

json

Optional json: boolean

Defined in lib/index.d.ts:92

If false doesn't expose json swagger route

default true


ui

Optional ui: boolean

Defined in lib/index.d.ts:87

If false hides swagger UI and redoc

default true


yaml

Optional yaml: boolean

Defined in lib/index.d.ts:97

If false doesn't expose yaml swagger route

default true