I'm making a document on swagger editor, but I don't know how solve that..
What do I need to write in a YAML file to get this result?
<tag>
<example Amount='100.00' NumberOfGuests='1'/>
<example Amount='120.00' NumberOfGuests='2'/>
<example Amount='140.00' NumberOfGuests='3'/>
</tag>
I tried to write "example" multiple times but an error appears:
(YAML Syntax Error Duplicated mapping key at line 621)
What do I need to do to represent the same tag multiple times with different values on the same attributes?