$ref in subschemas #1286
Labels
Area: Bridge
Affects some of the bridge packages
Bridge: JSON Schema
Affects the uniforms-bridge-json-schema package
Type: Question
Questions and other discussions
Milestone
Before you open an issue, please check if a similar one already exists or has been closed before. Detailed information about the process of contributing can be found in CONTRIBUTING.md.
Let us know what is happening. Do provide us with:
versions:
"uniforms": "^4.0.0-alpha.5",
"uniforms-bridge-json-schema": "^4.0.0-alpha.5",
"ajv": "^8.0.0",
run on chrome, React v 16.14
I have 2 schemas that are combined in a final one:
subschema1:
subschema 2:
final schema:
When this is loaded into the jonschemabridge, I hit the problem that
dateDef
is not resolved. In the jsonschemabridge he is looking for thedateDef
definition in the parent schema, not in the subschema (subSchema2) and hence throwing an error. Is there a way for the bridge to look up the definition in the subschema?current workaround:
thanks for the support!
The text was updated successfully, but these errors were encountered: