-
-
Notifications
You must be signed in to change notification settings - Fork 241
$ref in subschemas #1286
Copy link
Copy link
Open
Labels
Area: BridgeAffects some of the bridge packagesAffects some of the bridge packagesBridge: JSON SchemaAffects the uniforms-bridge-json-schema packageAffects the uniforms-bridge-json-schema packageType: QuestionQuestions and other discussionsQuestions and other discussions
Milestone
Metadata
Metadata
Assignees
Labels
Area: BridgeAffects some of the bridge packagesAffects some of the bridge packagesBridge: JSON SchemaAffects the uniforms-bridge-json-schema packageAffects the uniforms-bridge-json-schema packageType: QuestionQuestions and other discussionsQuestions and other discussions
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
In progress
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
dateDefis not resolved. In the jsonschemabridge he is looking for thedateDefdefinition 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!