Skip to content

OpenApiOperation

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

One generated OpenAPI operation for a scaffolded REST endpoint.

[key: string]: JsonValue | JsonSchemaObject | JsonSchemaObject[] | undefined

operationId: string

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


optional parameters?: OpenApiParameter[]

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


optional requestBody?: OpenApiRequestBody

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


responses: Record<string, OpenApiResponse>

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


optional security?: Record<string, string[]>[]

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


optional summary?: string

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


tags: string[]

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


x-typia-authIntent: EndpointAuthIntent

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


optional x-wp-typia-authPolicy?: EndpointOpenApiAuthMode

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


optional x-wp-typia-publicTokenField?: string

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