Skip to content

EndpointOpenApiDocumentOptions

Defined in: wp-typia-block-runtime/src/schema-core.ts:238

Options for building an aggregate endpoint-aware OpenAPI document.

contracts: Readonly<Record<string, EndpointOpenApiContractDocument>>

Defined in: wp-typia-block-runtime/src/schema-core.ts:240

Named contract documents keyed by the endpoint registry identifiers.


endpoints: readonly EndpointOpenApiEndpointDefinition[]

Defined in: wp-typia-block-runtime/src/schema-core.ts:242

Route definitions that should appear in the generated OpenAPI file.


optional info?: OpenApiInfo

Defined in: wp-typia-block-runtime/src/schema-core.ts:244

Optional document-level OpenAPI info metadata.