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

Refs #8513
This commit is contained in:
Vladimir Gorej
2023-04-19 19:32:12 +02:00
committed by Vladimír Gorej
parent 679698b998
commit 19f58ef3f3
8 changed files with 37 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ const ModelsWrapper = createOnlyOAS31ComponentWrapper(({ getSystem }) => {
const JSONSchema = getComponent("JSONSchema202012")
const Keyword$schema = getComponent("JSONSchema202012Keyword$schema")
const Keyword$vocabulary = getComponent("JSONSchema202012Keyword$vocabulary")
const Keyword$id = getComponent("JSONSchema202012Keyword$id")
const KeywordProperties = getComponent("JSONSchema202012KeywordProperties")
const KeywordType = getComponent("JSONSchema202012KeywordType")
const KeywordFormat = getComponent("JSONSchema202012KeywordFormat")
@@ -32,6 +33,7 @@ const ModelsWrapper = createOnlyOAS31ComponentWrapper(({ getSystem }) => {
JSONSchema,
Keyword$schema,
Keyword$vocabulary,
Keyword$id,
KeywordProperties,
KeywordType,
KeywordFormat,