Uses of Class
io.swagger.v3.oas.annotations.media.ArraySchema
-
Packages that use ArraySchema Package Description io.swagger.v3.oas.annotations io.swagger.v3.oas.annotations.headers io.swagger.v3.oas.annotations.media -
-
Uses of ArraySchema in io.swagger.v3.oas.annotations
Methods in io.swagger.v3.oas.annotations that return ArraySchema Modifier and Type Method Description ArraySchema
array()
The schema of the array that defines this parameter. -
Uses of ArraySchema in io.swagger.v3.oas.annotations.headers
Methods in io.swagger.v3.oas.annotations.headers that return ArraySchema Modifier and Type Method Description ArraySchema
array()
The schema of the array that defines this header. -
Uses of ArraySchema in io.swagger.v3.oas.annotations.media
Methods in io.swagger.v3.oas.annotations.media that return ArraySchema Modifier and Type Method Description ArraySchema
additionalPropertiesArraySchema()
The additionalProperties array schema defined for schema provided in @Schema If the additionalProperties schema is not an array, use additionalPropertiesSchemaArraySchema
array()
The schema of the array that defines the type used for the content.ArraySchema
array()
The value (ArraySchema) of the dependent schema map item.ArraySchema
array()
The schema of the array to validate against for properties matching the regex.ArraySchema
array()
The schema of the array.
-