NJsonSchema icon indicating copy to clipboard operation
NJsonSchema copied to clipboard

SampleJsonSchemaGenerator created an unnecessary\wrong references

Open barnuri opened this issue 2 years ago • 2 comments

SampleJsonSchemaGenerator created an unnecessary\wrong references make a flag that creating a schema without references Proposal flag name, bool standalone = false

barnuri avatar Jan 22 '23 11:01 barnuri

We are also facing same issue... mainly its giving wrong ref to empty objects in JSON. Ref to all empty object is always pointing to first child object.

amolkalekar avatar May 19 '23 11:05 amolkalekar

We are also facing same issue... mainly its giving wrong ref to empty objects in JSON. Ref to all empty object is always pointing to first child object.

just fell into this as well, an empty object with an object points to the top level object making a loop

Thiago-Dantas avatar Aug 08 '23 19:08 Thiago-Dantas