committed by
Vladimír Gorej
parent
679698b998
commit
19f58ef3f3
@@ -5,6 +5,7 @@ import JSONSchema from "./components/JSONSchema/JSONSchema"
|
||||
import KeywordProperties from "./components/keywords/Properties"
|
||||
import Keyword$schema from "./components/keywords/$schema"
|
||||
import Keyword$vocabulary from "./components/keywords/$vocabulary/$vocabulary"
|
||||
import Keyword$id from "./components/keywords/$id"
|
||||
import KeywordType from "./components/keywords/Type/Type"
|
||||
import KeywordFormat from "./components/keywords/Format/Format"
|
||||
import KeywordTitle from "./components/keywords/Title/Title"
|
||||
@@ -20,6 +21,7 @@ const JSONSchema202012Plugin = () => ({
|
||||
JSONSchema202012: JSONSchema,
|
||||
JSONSchema202012Keyword$schema: Keyword$schema,
|
||||
JSONSchema202012Keyword$vocabulary: Keyword$vocabulary,
|
||||
JSONSchema202012Keyword$id: Keyword$id,
|
||||
JSONSchema202012KeywordProperties: KeywordProperties,
|
||||
JSONSchema202012KeywordType: KeywordType,
|
||||
JSONSchema202012KeywordFormat: KeywordFormat,
|
||||
|
||||
Reference in New Issue
Block a user