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.
This discriminator is used to determine which type in the union should be used based on the value of a specific property.
Union type.
IAnyOfrepresents a union type in TypeScript (A | B | C).For reference, even if your Swagger (or OpenAPI) document defines
oneOfinstead ofanyOf, ILlmSchema forcibly converts it to theanyOf-based ILlmSchema.IAnyOf type.