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