feat(json-schema-2020-12): add support for boolean JSON Schema

Refs #8513
This commit is contained in:
Vladimir Gorej
2023-04-14 15:59:09 +02:00
committed by Vladimír Gorej
parent 161c5af17d
commit 83ba76c117
11 changed files with 8 additions and 55 deletions

View File

@@ -9,7 +9,6 @@ const ModelsWrapper = createOnlyOAS31ComponentWrapper(({ getSystem }) => {
const { getComponent, fn } = getSystem()
const Models = getComponent("OAS31Models", true)
const JSONSchema = getComponent("JSONSchema202012")
const BooleanJSONSchema = getComponent("BooleanJSONSchema202012")
const KeywordProperties = getComponent("JSONSchema202012KeywordProperties")
const KeywordType = getComponent("JSONSchema202012KeywordType")
const KeywordFormat = getComponent("JSONSchema202012KeywordFormat")
@@ -29,7 +28,6 @@ const ModelsWrapper = createOnlyOAS31ComponentWrapper(({ getSystem }) => {
},
components: {
JSONSchema,
BooleanJSONSchema,
KeywordProperties,
KeywordType,
KeywordFormat,