feat(json-schema-2020-12): add support for default keyword (#8647)

Refs #8513
This commit is contained in:
Vladimír Gorej
2023-05-10 17:32:07 +02:00
committed by GitHub
parent de3e852569
commit e6d50999ba
6 changed files with 40 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ import KeywordDependentRequired from "./components/keywords/DependentRequired/De
import KeywordContentSchema from "./components/keywords/ContentSchema"
import KeywordTitle from "./components/keywords/Title/Title"
import KeywordDescription from "./components/keywords/Description/Description"
import KeywordDefault from "./components/keywords/Default"
import Accordion from "./components/Accordion/Accordion"
import ExpandDeepButton from "./components/ExpandDeepButton/ExpandDeepButton"
import ChevronRightIcon from "./components/icons/ChevronRight"
@@ -92,6 +93,7 @@ export const withJSONSchemaContext = (Component, overrides = {}) => {
KeywordContentSchema,
KeywordTitle,
KeywordDescription,
KeywordDefault,
Accordion,
ExpandDeepButton,
ChevronRightIcon,