Search found 3 matches

by spql
Mon Jul 31, 2023 10:53 pm
Forum: Other Issues
Topic: JSON schema cross file references using $anchor and $ref
Replies: 4
Views: 1432

Re: JSON schema cross file references using $anchor and $ref

I've come back to this and tried to get this working again but can't. I'd like to produce a very simple example of a schema referencing a common definition schema file and using an XML catalogue to resolve the URI of the common reference to a local file in the same directory. I've tryed using the ab...
by spql
Thu Dec 01, 2022 4:06 pm
Forum: Other Issues
Topic: JSON schema cross file references using $anchor and $ref
Replies: 4
Views: 1432

Re: JSON schema cross file references using $anchor and $ref

I've resolved this issue. Here is the solution in case anyone else needs it: Compound schema documents, where a schema refers to a schema in another file, require the URIs to be mapped to the actual shema file location In Oxygen xml this is done using can XML Catalogue Create an XML Catalogue file (...
by spql
Wed Nov 30, 2022 7:30 pm
Forum: Other Issues
Topic: JSON schema cross file references using $anchor and $ref
Replies: 4
Views: 1432

JSON schema cross file references using $anchor and $ref

I need to reference common definitions in a number for schema, but can get it working in oxygenxml v.25.0 I've created a common.jschema file with the common $defs definition with an $achor and $id. However when I try to reference this from another schema in a $ref it can't resolve the reference. The...