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.
OptionalreadWhether the property is read-only.
OptionaltitleTitle of the schema.
OptionalwriteWhether the property is write-only.
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.