Uses of Class
io.swagger.v3.oas.annotations.media.Schema
-
Packages that use Schema Package Description io.swagger.v3.oas.annotations io.swagger.v3.oas.annotations.headers io.swagger.v3.oas.annotations.media -
-
Uses of Schema in io.swagger.v3.oas.annotations
Methods in io.swagger.v3.oas.annotations that return Schema Modifier and Type Method Description Schema
schema()
The schema defining the type used for the parameter. -
Uses of Schema in io.swagger.v3.oas.annotations.headers
Methods in io.swagger.v3.oas.annotations.headers that return Schema Modifier and Type Method Description Schema
schema()
The schema defining the type used for the header. -
Uses of Schema in io.swagger.v3.oas.annotations.media
Methods in io.swagger.v3.oas.annotations.media that return Schema Modifier and Type Method Description Schema
additionalPropertiesSchema()
The schema properties defined for schema provided in @SchemaSchema
arraySchema()
Allows to define the properties to be resolved into properties of the schema of type `array` (not the ones of the `items` of such schema which are defined inschema
.Schema
schema()
The schema of the items in the arraySchema
schema()
The schema defining the type used for the content.Schema
schema()
The schema to validate against for properties matching the regex.Schema
schema()
The schema of the property.
-