feat(json-schema-2020-12): add support for deprecated keyword (#8648)

Refs #8513
This commit is contained in:
Vladimír Gorej
2023-05-10 18:16:56 +02:00
committed by GitHub
parent e6d50999ba
commit aed6bb31ac
7 changed files with 37 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ 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 KeywordDeprecated from "./components/keywords/Deprecated/Deprecated"
import Accordion from "./components/Accordion/Accordion"
import ExpandDeepButton from "./components/ExpandDeepButton/ExpandDeepButton"
import ChevronRightIcon from "./components/icons/ChevronRight"
@@ -94,6 +95,7 @@ export const withJSONSchemaContext = (Component, overrides = {}) => {
KeywordTitle,
KeywordDescription,
KeywordDefault,
KeywordDeprecated,
Accordion,
ExpandDeepButton,
ChevronRightIcon,