feat(json-schema-2020-12): add support for dynamicRef keyword
Refs #8513
This commit is contained in:
committed by
Vladimír Gorej
parent
6c5a126a46
commit
51a7f4eefd
@@ -10,6 +10,7 @@ import Keyword$id from "./components/keywords/$id"
|
||||
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 KeywordProperties from "./components/keywords/Properties"
|
||||
import KeywordType from "./components/keywords/Type/Type"
|
||||
import KeywordFormat from "./components/keywords/Format/Format"
|
||||
@@ -37,6 +38,7 @@ export const withJSONSchemaContext = (Component, overrides = {}) => {
|
||||
Keyword$anchor,
|
||||
Keyword$dynamicAnchor,
|
||||
Keyword$ref,
|
||||
Keyword$dynamicRef,
|
||||
KeywordProperties,
|
||||
KeywordType,
|
||||
KeywordFormat,
|
||||
|
||||
Reference in New Issue
Block a user