committed by
Vladimír Gorej
parent
15830794f1
commit
bf21a4ce3e
@@ -15,6 +15,7 @@ import Keyword$comment from "./components/keywords/$comment"
|
||||
import KeywordAllOf from "./components/keywords/AllOf/AllOf"
|
||||
import KeywordAnyOf from "./components/keywords/AnyOf/AnyOf"
|
||||
import KeywordOneOf from "./components/keywords/OneOf/OneOf"
|
||||
import KeywordNot from "./components/keywords/Not/Not"
|
||||
import KeywordType from "./components/keywords/Type/Type"
|
||||
import KeywordFormat from "./components/keywords/Format/Format"
|
||||
import KeywordTitle from "./components/keywords/Title/Title"
|
||||
@@ -40,6 +41,7 @@ const JSONSchema202012Plugin = () => ({
|
||||
JSONSchema202012KeywordAllOf: KeywordAllOf,
|
||||
JSONSchema202012KeywordAnyOf: KeywordAnyOf,
|
||||
JSONSchema202012KeywordOneOf: KeywordOneOf,
|
||||
JSONSchema202012KeywordNot: KeywordNot,
|
||||
JSONSchema202012KeywordProperties: KeywordProperties,
|
||||
JSONSchema202012KeywordType: KeywordType,
|
||||
JSONSchema202012KeywordFormat: KeywordFormat,
|
||||
|
||||
Reference in New Issue
Block a user