jackson-module-jsonSchema icon indicating copy to clipboard operation
jackson-module-jsonSchema copied to clipboard

Disable reference to sub schema for fields of the same complex type

Open ajaydivakaran opened this issue 9 years ago • 0 comments

I have a POJO that has 2 or more fields of the same complex type (another POJO class). The schema generated for this class only has a reference to the sub schema for every subsequent field of the same type. Is there a way to disable this? I would prefer the field properties to be explicitly specified for each subsequent field of the same type too.

ajaydivakaran avatar Feb 17 '16 13:02 ajaydivakaran