Open
Description
We're missing support for following JSON Schema 2020-12 keywords in SwaggerUI:
- dependentRequired keyword
- not keyword
- if keyword
- then keyword
- else keyword
- dependentSchemas
- prefixItems
- patternProperties
- propertyNames
- unevaluatedItems
- unevaluatedProperties
The goal of this issue is to analyze the missing keywords and implement them to samples
plugin if it make sense to include the keywords into example generation.
Refs #8577