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

Refs #8513
This commit is contained in:
Vladimir Gorej
2023-04-21 13:10:09 +02:00
committed by Vladimír Gorej
parent bf21a4ce3e
commit dea5dbb10e
8 changed files with 50 additions and 0 deletions

View File

@@ -130,6 +130,7 @@ export const isExpandable = (schema) => {
schema?.anyOf ||
schema?.oneOf ||
schema?.not ||
schema?.if ||
schema?.description ||
schema?.properties
)