feat(json-schema-2020-12): add support for dependentSchemas keyword
Refs #8513
This commit is contained in:
committed by
Vladimír Gorej
parent
503aa19f36
commit
a8e351f462
@@ -133,6 +133,7 @@ export const isExpandable = (schema) => {
|
||||
schema?.if ||
|
||||
schema?.then ||
|
||||
schema?.else ||
|
||||
schema?.dependentSchemas ||
|
||||
schema?.description ||
|
||||
schema?.properties
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user