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