Hi Mattias,

Did you find how to resolve your issue? 

Alex.

On Tuesday, March 8, 2016 at 5:50:16 PM UTC+2, Mattias Andersson wrote:
>
> Hi,
>
> when generating json schemas from some java objects we get 
>
> "$ref" : "urn:jsonschema:com:xxx:api:core:impl:rs:Period" 
>
> which points to a already defined object in the json schema. 
>
> It is possible to turn this off and that the jackson schema generator 
> instead copies the complete object? The tools that is used to generate 
> POJOs from the json schemas in a later stage do not work with these type of 
> references. It complains with Unrecognised URI, can't resolve this: 
>
> If we replace all the "$ref" : 
> "urn:jsonschema:com:xxx:api:core:impl:rs:Period" with the complete object 
> it will happily generate the POJOs.
>
> Br,
> /Mattias
>

-- 
You received this message because you are subscribed to the Google Groups 
"jackson-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to