committed by
Vladimír Gorej
parent
e27107a285
commit
1f1f045b2b
@@ -21,6 +21,7 @@ import KeywordThen from "./components/keywords/Then"
|
||||
import KeywordElse from "./components/keywords/Else"
|
||||
import KeywordDependentSchemas from "./components/keywords/DependentSchemas"
|
||||
import KeywordPrefixItems from "./components/keywords/PrefixItems"
|
||||
import KeywordItems from "./components/keywords/Items"
|
||||
import KeywordType from "./components/keywords/Type/Type"
|
||||
import KeywordFormat from "./components/keywords/Format/Format"
|
||||
import KeywordTitle from "./components/keywords/Title/Title"
|
||||
@@ -52,6 +53,7 @@ const JSONSchema202012Plugin = () => ({
|
||||
JSONSchema202012KeywordElse: KeywordElse,
|
||||
JSONSchema202012KeywordDependentSchemas: KeywordDependentSchemas,
|
||||
JSONSchema202012KeywordPrefixItems: KeywordPrefixItems,
|
||||
JSONSchema202012KeywordItems: KeywordItems,
|
||||
JSONSchema202012KeywordProperties: KeywordProperties,
|
||||
JSONSchema202012KeywordType: KeywordType,
|
||||
JSONSchema202012KeywordFormat: KeywordFormat,
|
||||
|
||||
Reference in New Issue
Block a user