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

Refs #8513
This commit is contained in:
Vladimir Gorej
2023-04-20 15:04:46 +02:00
committed by Vladimír Gorej
parent 2f08f6424b
commit 4ea28a9310
8 changed files with 87 additions and 1 deletions

View File

@@ -122,6 +122,7 @@ export const isExpandable = (schema) => {
schema?.$dynamicRef ||
schema?.$defs ||
schema?.$comment ||
schema?.allOf ||
schema?.description ||
schema?.properties
)