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.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.media
Methods in io.swagger.v3.oas.annotations.media that return ArraySchema Modifier and Type Method Description ArraySchema
array()
The schema of the array that defines the type used for the content.ArraySchema
array()
The schema of the array to validate against for properties matching the regex.ArraySchema
array()
The schema of the array.
-