OpenApiDocument
Defined in: wp-typia-block-runtime/src/schema-core.ts:134
Complete OpenAPI 3.1 document emitted for endpoint-aware REST contracts.
Extends
Section titled “Extends”Indexable
Section titled “Indexable”[
key:string]:JsonValue|JsonSchemaObject|JsonSchemaObject[] |undefined
Properties
Section titled “Properties”components
Section titled “components”components:
OpenApiComponents
Defined in: wp-typia-block-runtime/src/schema-core.ts:135
info:
object
Defined in: wp-typia-block-runtime/src/schema-core.ts:136
description?
Section titled “description?”
optionaldescription?:string
title:
string
version
Section titled “version”version:
string
openapi
Section titled “openapi”openapi:
"3.1.0"
Defined in: wp-typia-block-runtime/src/schema-core.ts:141
paths:
Record<string,OpenApiPathItem>
Defined in: wp-typia-block-runtime/src/schema-core.ts:142
optionaltags?:OpenApiTag[]
Defined in: wp-typia-block-runtime/src/schema-core.ts:143