List of the union types.
OptionaldeprecatedWhether the type is deprecated or not.
OptionaldescriptionDetailed description of the schema.
OptionalexampleExample value.
OptionalexamplesList of example values as key-value pairs.
OptionaltitleTitle of the schema.
Union type.
IAnyOfrepresents an union type of the TypeScript (A | B | C).For reference, even though your Swagger (or OpenAPI) document has defined
anyOfinstead of theoneOf, IChatGptSchema forcibly converts it tooneOftype.