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

Refs #8513
This commit is contained in:
Vladimir Gorej
2023-04-19 21:14:22 +02:00
committed by Vladimír Gorej
parent 51a7f4eefd
commit daa0506163
11 changed files with 117 additions and 34 deletions

View File

@@ -120,6 +120,7 @@ export const isExpandable = (schema) => {
schema?.$dynamicAnchor ||
schema?.$ref ||
schema?.$dynamicRef ||
schema?.$defs ||
schema?.description ||
schema?.properties
)