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

@@ -4,7 +4,6 @@
import React from "react"
import JSONSchema from "./components/JSONSchema/JSONSchema"
import BooleanJSONSchema from "./components/BooleanJSONSchema/BooleanJSONSchema"
import KeywordProperties from "./components/keywords/Properties"
import KeywordType from "./components/keywords/Type/Type"
import KeywordFormat from "./components/keywords/Format/Format"
@@ -20,7 +19,6 @@ export const withJSONSchemaContext = (Component, overrides = {}) => {
const value = {
components: {
JSONSchema,
BooleanJSONSchema,
KeywordProperties,
KeywordType,
KeywordFormat,