feat(json-schema-2020-12): add support for type keyword

Refs #8513
This commit is contained in:
Vladimir Gorej
2023-04-14 14:23:37 +02:00
committed by Vladimír Gorej
parent 7cfc5e3656
commit f06c1caed5
10 changed files with 53 additions and 20 deletions

View File

@@ -11,6 +11,7 @@ const ModelsWrapper = createOnlyOAS31ComponentWrapper(({ getSystem }) => {
const JSONSchema = getComponent("JSONSchema202012")
const BooleanJSONSchema = getComponent("BooleanJSONSchema202012")
const KeywordProperties = getComponent("JSONSchema202012KeywordProperties")
const KeywordType = getComponent("JSONSchema202012KeywordType")
const Accordion = getComponent("JSONSchema202012Accordion")
const ExpandDeepButton = getComponent("JSONSchema202012ExpandDeepButton")
const ChevronRightIcon = getComponent("JSONSchema202012ChevronRightIcon")
@@ -23,6 +24,7 @@ const ModelsWrapper = createOnlyOAS31ComponentWrapper(({ getSystem }) => {
JSONSchema,
BooleanJSONSchema,
KeywordProperties,
KeywordType,
Accordion,
ExpandDeepButton,
ChevronRightIcon,