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.
OptionalreadWhether the property is read-only.
OptionaltitleTitle of the schema.
OptionalwriteWhether the property is write-only.
Optionalx-Discriminator info of the union type.
Union type.
IAnyOfrepresents a union type in TypeScript (A | B | C).For reference, even if your Swagger (or OpenAPI) document defines
anyOfinstead ofoneOf, IChatGptSchema forcibly converts it toanyOftype.