feat(json-schema-2020-12): add support for dynamicAnchor keyword

Refs #8513
This commit is contained in:
Vladimir Gorej
2023-04-19 20:24:58 +02:00
committed by Vladimír Gorej
parent 628f029b3d
commit 06bb79d5f6
6 changed files with 36 additions and 0 deletions

View File

@@ -117,6 +117,7 @@ export const isExpandable = (schema) => {
schema?.$vocabulary ||
schema?.$id ||
schema?.$anchor ||
schema?.$dynamicAnchor ||
schema?.description ||
schema?.properties
)