WT
3 years agoOccasional Visitor
Swagger xml attribute representation
Swagger lacks representing xml with attributes properly. I think the problem is OpenApi only considered key/value pair each element just like JSON.
Is there any plan to fix it.
Example of xml
<MESSAGE att1="Name" att2="DOB"></MESSAGE>
And in Swagger UI 'Try it out' section failed to accept and set the values on attributes of the xml
Is there any plan to fix it.
Example of xml
<MESSAGE att1="Name" att2="DOB"></MESSAGE>
And in Swagger UI 'Try it out' section failed to accept and set the values on attributes of the xml