ELANA
2 years agoNew Contributor
yaml resolved
I try to export API- by use download API as "YAML Resolved" the file that SWAGGERHUB generate was without nullable: true in object. how can i fix it? example:
Hi Eli 😉
yes,
tnk you
ELANA
Well, that's quite weird.
LoanOfferResponse_data does not seems to be explicitly nullable.
so, it seems that some bad definition exists somewhere in your file and you will have to debug it.
Try to play with the nullable definition as following:
Object explicitly nullable | you should get after resolve |
Object explicitly NOT nullable | you should get after resolve |
It should help in debugging the issue
Let us know