Hello,
We have a react webapp using JSON Forms which has two sections. Currently these exist as two separate pages/routes which the user can toggle between, with two schema files. Within these schemas we are already using $ref to refer to definitions within the same file, using json-refs to resolve.
We want to consolidate the pages and the associated JSON which is being edited, but keep separate schema files for ease of maintenance. Ideally using a master schema which references definitions in each of the two sub-schemas.
Any pointers on how we can resolve the remote references, using relative file paths?
Many thanks in advance.