committed by
Vladimír Gorej
parent
51a7f4eefd
commit
daa0506163
@@ -2,7 +2,7 @@
|
||||
* @prettier
|
||||
*/
|
||||
import JSONSchema from "./components/JSONSchema/JSONSchema"
|
||||
import KeywordProperties from "./components/keywords/Properties"
|
||||
import KeywordProperties from "./components/keywords/Properties/Properties"
|
||||
import Keyword$schema from "./components/keywords/$schema"
|
||||
import Keyword$vocabulary from "./components/keywords/$vocabulary/$vocabulary"
|
||||
import Keyword$id from "./components/keywords/$id"
|
||||
@@ -10,6 +10,7 @@ import Keyword$anchor from "./components/keywords/$anchor"
|
||||
import Keyword$dynamicAnchor from "./components/keywords/$dynamicAnchor"
|
||||
import Keyword$ref from "./components/keywords/$ref"
|
||||
import Keyword$dynamicRef from "./components/keywords/$dynamicRef"
|
||||
import Keyword$defs from "./components/keywords/$defs/$defs"
|
||||
import KeywordType from "./components/keywords/Type/Type"
|
||||
import KeywordFormat from "./components/keywords/Format/Format"
|
||||
import KeywordTitle from "./components/keywords/Title/Title"
|
||||
@@ -30,6 +31,7 @@ const JSONSchema202012Plugin = () => ({
|
||||
JSONSchema202012Keyword$dynamicAnchor: Keyword$dynamicAnchor,
|
||||
JSONSchema202012Keyword$ref: Keyword$ref,
|
||||
JSONSchema202012Keyword$dynamicRef: Keyword$dynamicRef,
|
||||
JSONSchema202012Keyword$defs: Keyword$defs,
|
||||
JSONSchema202012KeywordProperties: KeywordProperties,
|
||||
JSONSchema202012KeywordType: KeywordType,
|
||||
JSONSchema202012KeywordFormat: KeywordFormat,
|
||||
|
||||
Reference in New Issue
Block a user