Open
Description
Describe the bug
Only last patternProperties
is used if multiple objects of allOf
have it.
To Reproduce
allOf:
- type: object
patternProperties:
"^AAAAAAA_(\\w\\w)":
type: string
- type: object
patternProperties:
"^BBBBBBB_(\\w\\w)":
type: string
Only ^BBBBBBB_(\\w\\w)
will be mentioned in the generated html file.
Expected behavior
patternProperties should be merged.
Redocly Version(s)
1.0.0-beta.124