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

Refs #8513
This commit is contained in:
Vladimir Gorej
2023-04-14 14:32:57 +02:00
committed by Vladimír Gorej
parent f06c1caed5
commit c4ec33b82c
8 changed files with 41 additions and 15 deletions

View File

@@ -12,6 +12,7 @@ const ModelsWrapper = createOnlyOAS31ComponentWrapper(({ getSystem }) => {
const BooleanJSONSchema = getComponent("BooleanJSONSchema202012")
const KeywordProperties = getComponent("JSONSchema202012KeywordProperties")
const KeywordType = getComponent("JSONSchema202012KeywordType")
const KeywordFormat = getComponent("JSONSchema202012KeywordFormat")
const Accordion = getComponent("JSONSchema202012Accordion")
const ExpandDeepButton = getComponent("JSONSchema202012ExpandDeepButton")
const ChevronRightIcon = getComponent("JSONSchema202012ChevronRightIcon")
@@ -25,6 +26,7 @@ const ModelsWrapper = createOnlyOAS31ComponentWrapper(({ getSystem }) => {
BooleanJSONSchema,
KeywordProperties,
KeywordType,
KeywordFormat,
Accordion,
ExpandDeepButton,
ChevronRightIcon,