I'm getting <!-- invalid XML --> in my Example Values in Swagger UI.

For example

<?xml version="1.0"?> <Comments> <comment> <!-- invalid XML --> </comment> 
</Comments>

The model looks like this

Comments {
comment (Array[Comment], optional)
}
Comment {
id (string,null): 

http://www.w3.org/TR/xmlschema-2/#string
}

I have attached a sample Swagger file that displays the problem.

I just can't see what is causing this problem. Can anyone help me?

-- 
You received this message because you are subscribed to the Google Groups 
"Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Attachment: example.json
Description: application/json

Reply via email to