See: Description
Annotation Type | Description |
---|---|
Content |
This object provides schema and examples for a particular media type.
|
DiscriminatorMapping |
This object maps payload values to a particular Schema.
|
Encoding |
Single encoding definition to be applied to single Schema Object
|
ExampleObject |
This object illustrates an example of a particular content
|
Schema |
The Schema Object allows the definition of input and output data types.
|
SchemaProperty |
The SchemaProperty Object allows the definition of input and output data types nested
within the
properties attribute of a Schema annotation. |
Example usage:
content = @Content( examples = @ExampleObject( name = "example", value = "1")))