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.
Parameters
Section titled “Parameters”Manifest-derived attribute document.
OpenApiInfo = {}
Optional OpenAPI document metadata.
Returns
Section titled “Returns”An OpenAPI document containing the schema as a single component.