-
Notifications
You must be signed in to change notification settings - Fork 9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Model with deep object references is truncated #463
Comments
deep nesting should be supported just fine. Can you post your whole JSON file? |
The example I gave is actually the complete model I am using and is what I had issues with, only changed label names. |
I think Tony wanted to see the full JSON including the operations... On Thu, May 15, 2014 at 9:02 AM, Ed Levin [email protected] wrote:
|
Oh, sorry. I was just doing a test so not much content:
Also running swagger-node-express 2.0.2 and swagger-ui 2.0.16 |
I am running into this issue as well. |
I believe this is fixed in M1, but will verify and close in M2. |
fixed in 21d8a89 |
I'm seeing ulong values rounded off - could this be the same issue, or is it a new one? Eg value I'm using "Swashbuckle.Core" version="5.3.2", so don't know what version of swagger this translates to. |
If I have the following model:
It will get presented in the UI as:
Note how the C object is not rendered.
If I take the same model and add C as a child of Job as well:
Then I get the following with C parsed in both locations:
Seems like I am hitting some kind of a nesting limit bug?
Thanks,
The text was updated successfully, but these errors were encountered: