Uses of Class
io.swagger.v3.oas.annotations.media.DependentSchema
-
Packages that use DependentSchema Package Description io.swagger.v3.oas.annotations.media -
-
Uses of DependentSchema in io.swagger.v3.oas.annotations.media
Methods in io.swagger.v3.oas.annotations.media that return DependentSchema Modifier and Type Method Description DependentSchema[]
dependentSchemas()
Subschemas to be applied for a given condition.DependentSchema[]
value()
An array of DependentSchema annotations
-