OpenApiComponents
Defined in: wp-typia-block-runtime/src/schema-core.ts:126
OpenAPI component registry for generated schemas and security schemes.
Extends
Section titled “Extends”Indexable
Section titled “Indexable”[
key:string]:JsonValue|JsonSchemaObject|JsonSchemaObject[] |undefined
Properties
Section titled “Properties”schemas
Section titled “schemas”schemas:
Record<string,JsonSchemaDocument>
Defined in: wp-typia-block-runtime/src/schema-core.ts:127
securitySchemes?
Section titled “securitySchemes?”
optionalsecuritySchemes?:Record<string,OpenApiSecurityScheme>
Defined in: wp-typia-block-runtime/src/schema-core.ts:128