feat(json-schema-2020-12): add support for writeOnly keyword (#8650)
Refs #8513
This commit is contained in:
@@ -39,6 +39,7 @@ import KeywordDescription from "./components/keywords/Description/Description"
|
||||
import KeywordDefault from "./components/keywords/Default"
|
||||
import KeywordDeprecated from "./components/keywords/Deprecated/Deprecated"
|
||||
import KeywordReadOnly from "./components/keywords/ReadOnly/ReadOnly"
|
||||
import KeywordWriteOnly from "./components/keywords/WriteOnly/WriteOnly"
|
||||
import Accordion from "./components/Accordion/Accordion"
|
||||
import ExpandDeepButton from "./components/ExpandDeepButton/ExpandDeepButton"
|
||||
import ChevronRightIcon from "./components/icons/ChevronRight"
|
||||
@@ -85,6 +86,7 @@ const JSONSchema202012Plugin = () => ({
|
||||
JSONSchema202012KeywordDefault: KeywordDefault,
|
||||
JSONSchema202012KeywordDeprecated: KeywordDeprecated,
|
||||
JSONSchema202012KeywordReadOnly: KeywordReadOnly,
|
||||
JSONSchema202012KeywordWriteOnly: KeywordWriteOnly,
|
||||
JSONSchema202012Accordion: Accordion,
|
||||
JSONSchema202012ExpandDeepButton: ExpandDeepButton,
|
||||
JSONSchema202012ChevronRightIcon: ChevronRightIcon,
|
||||
|
||||
Reference in New Issue
Block a user