Forum Discussion

Ray's avatar
Ray
New Contributor
3 months ago

openapi codegen doesn't match swagger for xml array

I'm trying to get an xml array to work.  In swagger it is represented fine, but after I run the code generator and then run my code I get the parent tag twice with no child tag. A snippet from my sc...