committed by
Vladimír Gorej
parent
f41c6ba0d7
commit
ff2d4b2311
@@ -13,6 +13,7 @@ import Keyword$dynamicRef from "./components/keywords/$dynamicRef"
|
||||
import Keyword$defs from "./components/keywords/$defs/$defs"
|
||||
import Keyword$comment from "./components/keywords/$comment"
|
||||
import KeywordAllOf from "./components/keywords/AllOf/AllOf"
|
||||
import KeywordAnyOf from "./components/keywords/AnyOf/AnyOf"
|
||||
import KeywordType from "./components/keywords/Type/Type"
|
||||
import KeywordFormat from "./components/keywords/Format/Format"
|
||||
import KeywordTitle from "./components/keywords/Title/Title"
|
||||
@@ -36,6 +37,7 @@ const JSONSchema202012Plugin = () => ({
|
||||
JSONSchema202012Keyword$defs: Keyword$defs,
|
||||
JSONSchema202012Keyword$comment: Keyword$comment,
|
||||
JSONSchema202012KeywordAllOf: KeywordAllOf,
|
||||
JSONSchema202012KeywordAnyOf: KeywordAnyOf,
|
||||
JSONSchema202012KeywordProperties: KeywordProperties,
|
||||
JSONSchema202012KeywordType: KeywordType,
|
||||
JSONSchema202012KeywordFormat: KeywordFormat,
|
||||
|
||||
Reference in New Issue
Block a user