Shared schema component definitions.
Contains named schema definitions that can be referenced via $ref throughout the application's function schemas. Reduces duplication and enables recursive type definitions.
$ref
JSON schema type based on OpenAPI version
Optional
Named schema definitions for reference.
Keys are type names, values are their JSON Schema definitions. Reference these using $ref: "#/components/schemas/TypeName".
$ref: "#/components/schemas/TypeName"
Shared schema component definitions.
Contains named schema definitions that can be referenced via
$refthroughout the application's function schemas. Reduces duplication and enables recursive type definitions.