Adds a description to this OpenApiSchema
Description
Extend the specification with an extension object schema.
key value mappings with names MUST beginning with "x-"
Adds an external documentation to this OpenApiSchema
Documentation to add to this schema.
Compose multiple OpenApi schema types.
A list of schema types to union over, creating a union schema.
Overrides the toJSON method for a custom serialization.
WARNING: overrideVal must be serializable and future changes are subject to breaking.
Overrides the serialization of this object into this value.
Serializes the object into its equivalent OpenApi JSON value.
A special type of schema, used for multiple "types" as specified in the latest JSON Schema.