The serialization of the json returned to the sub-objects was not getting projected correctly. There is a serializer that will read ndoc attributes and properly serialize. I had to modify the generator to add the @ for the ndoc on the types. In addition the enums were not in the proper string format. I had to change it to use a properly built enum.
The serialization of the json returned to the sub-objects was not getting projected correctly. There is a serializer that will read ndoc attributes and properly serialize. I had to modify the generator to add the @ for the ndoc on the types. In addition the enums were not in the proper string format. I had to change it to use a properly built enum.
TESTING
I ran this multiple times to ensure the NDoc was generated, I have samples setup to hit all the api, those continued to work.