committed by
Vladimír Gorej
parent
b7a402398f
commit
503aa19f36
@@ -19,6 +19,7 @@ import KeywordOneOf from "./components/keywords/OneOf/OneOf"
|
||||
import KeywordNot from "./components/keywords/Not/Not"
|
||||
import KeywordIf from "./components/keywords/If/If"
|
||||
import KeywordThen from "./components/keywords/Then/Then"
|
||||
import KeywordElse from "./components/keywords/Else/Else"
|
||||
import KeywordProperties from "./components/keywords/Properties/Properties"
|
||||
import KeywordType from "./components/keywords/Type/Type"
|
||||
import KeywordFormat from "./components/keywords/Format/Format"
|
||||
@@ -55,6 +56,7 @@ export const withJSONSchemaContext = (Component, overrides = {}) => {
|
||||
KeywordNot,
|
||||
KeywordIf,
|
||||
KeywordThen,
|
||||
KeywordElse,
|
||||
KeywordProperties,
|
||||
KeywordType,
|
||||
KeywordFormat,
|
||||
|
||||
Reference in New Issue
Block a user