feat(json-schema-2020-12): add support for dynamicRef keyword
Refs #8513
This commit is contained in:
committed by
Vladimír Gorej
parent
6c5a126a46
commit
51a7f4eefd
@@ -119,6 +119,7 @@ export const isExpandable = (schema) => {
|
||||
schema?.$anchor ||
|
||||
schema?.$dynamicAnchor ||
|
||||
schema?.$ref ||
|
||||
schema?.$dynamicRef ||
|
||||
schema?.description ||
|
||||
schema?.properties
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user