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.
Adds a maximum limit to the number of properties for this OpenApiObject.
The maximum properties this object can hold.
Adds a minimum limit to the number of properties for this OpenApiObject.
The minimum properties this object can hold.
As of v3.1.0 this has been removed. Still available for v3.0.* OAS
Adds pattern properties to this object, where each key is a regular expression and each value is a schema.
RegExp as strings to schema mappings.
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.
Adds a description to this OpenApiSchema