| ArraySchema |
The annotation may be used to define a schema of type "array" for a set of elements of the OpenAPI spec, and/or to define additional
properties for the schema.
|
| Content |
|
| DependentRequired |
The annotation may be used to define dependent schemas for an Object Schema
|
| DependentRequiredMap |
|
| DependentSchema |
The annotation may be used to define dependent schemas for an Object Schema
|
| DependentSchemas |
|
| DiscriminatorMapping |
The annotation may be used in Schema.discriminatorMapping() to define an optional mapping definition
in scenarios involving composition / inheritance where the value of the discriminator field does not match the schema
name or implicit mapping is not possible.
|
| Encoding |
The annotation may be used to add encoding details to the definition of a parameter, request or response content,
by defining it as field Content.encoding()
|
| ExampleObject |
|
| PatternProperties |
|
| PatternProperty |
The annotation may be used in OpenAPI 3.1 schemas / JSON Schema.
|
| Schema |
The annotation may be used to define a Schema for a set of elements of the OpenAPI spec, and/or to define additional
properties for the schema.
|
| SchemaProperties |
|
| SchemaProperty |
The annotation may be used to define properties for an Object Schema
|