refactor(json-schema-2020-12): render format keyword as Constraint (#8646)

Refs #8513
This commit is contained in:
Vladimír Gorej
2023-05-10 16:42:07 +02:00
committed by GitHub
parent f549a1d610
commit de3e852569
10 changed files with 52 additions and 76 deletions

View File

@@ -35,7 +35,6 @@ import KeywordEnum from "./components/keywords/Enum/Enum"
import KeywordConst from "./components/keywords/Const"
import KeywordConstraint from "./components/keywords/Constraint/Constraint"
import KeywordDependentRequired from "./components/keywords/DependentRequired/DependentRequired"
import KeywordFormat from "./components/keywords/Format/Format"
import KeywordContentSchema from "./components/keywords/ContentSchema"
import KeywordTitle from "./components/keywords/Title/Title"
import KeywordDescription from "./components/keywords/Description/Description"
@@ -90,7 +89,6 @@ export const withJSONSchemaContext = (Component, overrides = {}) => {
KeywordConst,
KeywordConstraint,
KeywordDependentRequired,
KeywordFormat,
KeywordContentSchema,
KeywordTitle,
KeywordDescription,