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

Refs #8513
This commit is contained in:
Vladimir Gorej
2023-04-21 13:23:29 +02:00
committed by Vladimír Gorej
parent b7a402398f
commit 503aa19f36
8 changed files with 50 additions and 0 deletions

View File

@@ -132,6 +132,7 @@ export const isExpandable = (schema) => {
schema?.not ||
schema?.if ||
schema?.then ||
schema?.else ||
schema?.description ||
schema?.properties
)