feat(json-schema-2020-12): add support for patternProperties keyword
Refs #8513
This commit is contained in:
committed by
Vladimír Gorej
parent
31a1fed11e
commit
a9dc6b0b05
@@ -144,7 +144,8 @@ export const isExpandable = (schema) => {
|
||||
schema?.prefixItems ||
|
||||
schema?.items ||
|
||||
schema?.contains ||
|
||||
schema?.description ||
|
||||
schema?.properties
|
||||
schema?.properties ||
|
||||
schema?.patternProperties ||
|
||||
schema?.description
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user