Description about the type.
CRITICAL: This description MUST be extensively detailed and MUST reference and align with the description comments from the corresponding Prisma DB schema tables and columns.
The description MUST be organized into MULTIPLE PARAGRAPHS (separated by line breaks) based on different aspects of the type:
This structured approach improves readability and helps readers better understand the type's various characteristics and use cases. The description should be so comprehensive that anyone reading it can fully understand the type without needing to reference other documentation.
MUST be written in English. Never use other languages.
Optional
discriminatorDiscriminator info of the union type.
List of the union types.
Union type.
IOneOf
represents an union type of the TypeScript (A | B | C
).For reference, even though your Swagger (or OpenAPI) document has defined
anyOf
instead of theoneOf
, AutoBeOpenApi forcibly converts it tooneOf
type.