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

Refs #8513
This commit is contained in:
Vladimir Gorej
2023-04-24 13:58:54 +02:00
committed by Vladimír Gorej
parent e27107a285
commit 1f1f045b2b
6 changed files with 39 additions and 0 deletions

View File

@@ -142,6 +142,7 @@ export const isExpandable = (schema) => {
schema?.else ||
schema?.dependentSchemas ||
schema?.prefixItems ||
schema?.items ||
schema?.description ||
schema?.properties
)