EndpointOpenApiDocumentOptions
Defined in: wp-typia-block-runtime/src/schema-core.ts:238
Options for building an aggregate endpoint-aware OpenAPI document.
Properties
Section titled “Properties”contracts
Section titled “contracts”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
Section titled “endpoints”endpoints: readonly
EndpointOpenApiEndpointDefinition[]
Defined in: wp-typia-block-runtime/src/schema-core.ts:242
Route definitions that should appear in the generated OpenAPI file.
optionalinfo?:OpenApiInfo
Defined in: wp-typia-block-runtime/src/schema-core.ts:244
Optional document-level OpenAPI info metadata.