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

Refs #8513
This commit is contained in:
Vladimir Gorej
2023-04-25 08:04:43 +02:00
committed by Vladimír Gorej
parent 7f9ac83f16
commit aba7f986ad
6 changed files with 44 additions and 0 deletions

View File

@@ -43,6 +43,9 @@ const ModelsWrapper = createOnlyOAS31ComponentWrapper(({ getSystem }) => {
const KeywordPropertyNames = getComponent(
"JSONSchema202012KeywordPropertyNames"
)
const KeywordUnevaluatedItems = getComponent(
"JSONSchema202012KeywordUnevaluatedItems"
)
const KeywordType = getComponent("JSONSchema202012KeywordType")
const KeywordFormat = getComponent("JSONSchema202012KeywordFormat")
const KeywordTitle = getComponent("JSONSchema202012KeywordTitle")
@@ -85,6 +88,7 @@ const ModelsWrapper = createOnlyOAS31ComponentWrapper(({ getSystem }) => {
KeywordPatternProperties,
KeywordAdditionalProperties,
KeywordPropertyNames,
KeywordUnevaluatedItems,
KeywordType,
KeywordFormat,
KeywordTitle,