buildEndpointOpenApiDocument
buildEndpointOpenApiDocument(
options):OpenApiDocument
Defined in: wp-typia-block-runtime/src/schema-core-documents.ts:439
Build a complete OpenAPI 3.1 document from contract manifests and route metadata.
Parameters
Section titled “Parameters”options
Section titled “options”EndpointOpenApiDocumentOptions
Aggregate contract and endpoint definitions for the REST surface.
Returns
Section titled “Returns”A JSON-compatible OpenAPI document with paths, components, and auth metadata.