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

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

View File

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