Skip to content

manifestToOpenApi

manifestToOpenApi(doc, info?): OpenApiDocument

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

Wraps a manifest-derived JSON Schema document in a minimal OpenAPI 3.1 shell.

ManifestDocument

Manifest-derived attribute document.

OpenApiInfo = {}

Optional OpenAPI document metadata.

OpenApiDocument

An OpenAPI document containing the schema as a single component.