feat(json-schema-2020-12): add support for unevaluatedProperties
Refs #8513
This commit is contained in:
committed by
Vladimír Gorej
parent
aba7f986ad
commit
3a5a605c8e
@@ -27,6 +27,7 @@ import KeywordPatternProperties from "./components/keywords/PatternProperties/Pa
|
||||
import KeywordAdditionalProperties from "./components/keywords/AdditionalProperties"
|
||||
import KeywordPropertyNames from "./components/keywords/PropertyNames"
|
||||
import KeywordUnevaluatedItems from "./components/keywords/UnevaluatedItems"
|
||||
import KeywordUnevaluatedProperties from "./components/keywords/UnevaluatedProperties"
|
||||
import KeywordType from "./components/keywords/Type/Type"
|
||||
import KeywordFormat from "./components/keywords/Format/Format"
|
||||
import KeywordTitle from "./components/keywords/Title/Title"
|
||||
@@ -65,6 +66,7 @@ const JSONSchema202012Plugin = () => ({
|
||||
JSONSchema202012KeywordAdditionalProperties: KeywordAdditionalProperties,
|
||||
JSONSchema202012KeywordPropertyNames: KeywordPropertyNames,
|
||||
JSONSchema202012KeywordUnevaluatedItems: KeywordUnevaluatedItems,
|
||||
JSONSchema202012KeywordUnevaluatedProperties: KeywordUnevaluatedProperties,
|
||||
JSONSchema202012KeywordType: KeywordType,
|
||||
JSONSchema202012KeywordFormat: KeywordFormat,
|
||||
JSONSchema202012KeywordTitle: KeywordTitle,
|
||||
|
||||
Reference in New Issue
Block a user