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 Schemaschema()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 Schemaschema()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 SchemaadditionalPropertiesSchema()The schema properties defined for schema provided in @SchemaSchemaarraySchema()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.Schemaschema()The schema of the items in the arraySchemaschema()The schema defining the type used for the content.Schemaschema()The schema to validate against for properties matching the regex.Schemaschema()The schema of the property.
-