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