Skip to content

Unable to retrieve complete JSON schema #153

Discussion options

You must be logged in to vote

I have solved cases with multiple dynamic EMF metamodels (dynamic = java sources not generated), so there definitely is a way to solve your problem.

First of all, relative URIs can be tricky. So I suggest using absolute URIs with URI mappings instead. For your example, use "http://www.w3.org/XML/1998/namespace#//LangType" instead of "../../org.eclipse.emf.ecore/model/XMLNamespace.ecore#//LangType". You can safely make a replace all in a text editor for ""../../org.eclipse.emf.ecore/model/XMLNamespace.ecore#/" then open your metamodel again to check that all references are correctly resolved.

Then, about the schema resolution itself :
In JsonFormsDetailConfig, there is a 'refParserOptions'…

Replies: 2 comments 10 replies

Comment options

You must be logged in to vote
6 replies
@Reeze-Moodaley
Comment options

@lucas-koehler
Comment options

@Reeze-Moodaley
Comment options

@lucas-koehler
Comment options

@agonzalezgaliana
Comment options

Comment options

You must be logged in to vote
4 replies
@vhemery
Comment options

@agonzalezgaliana
Comment options

@vhemery
Comment options

@agonzalezgaliana
Comment options

Answer selected by agonzalezgaliana
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
6 participants