Skip to content

Commit f9e0ce6

Browse files
committed
added xml name to model
1 parent de5b12d commit f9e0ce6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

fixtures/v2.0/json/models/modelWithXmlAttributes.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"description": "this model serves xml and json structures",
3+
"xml": {
4+
"name": "XMLModel"
5+
},
36
"properties": {
47
"id": {
58
"type": "integer",

0 commit comments

Comments
 (0)