Add files

This commit is contained in:
2020-09-27 12:39:32 +03:00
commit 46b2d2290d
18 changed files with 430 additions and 0 deletions

View File

@ -0,0 +1 @@
{"attributes": {"xsi:noNamespaceSchemaLocation": "config.xsd"}, "children": [{"item": [{"attributes": {"id": 1234}, "children": [{"name": "Item", "award": {"resource": [{"attributes": {"type": "money"}, "children": [{"type": "money", "count": 100}]}, {"attributes": {"type": "item"}, "children": [{"type": "item", "count": 2, "itemId": 5}]}]}}]}, {"attributes": {"id": 1235}, "children": [{"name": "Item 2", "alias": ["item", "12345"]}]}]}]}

View File

@ -0,0 +1,62 @@
{
"attributes": {
"xsi:noNamespaceSchemaLocation": "config.xsd"
},
"children": [
{
"item": [
{
"attributes": {
"id": 1234
},
"children": [
{
"name": "Item",
"award": {
"resource": [
{
"attributes": {
"type": "money"
},
"children": [
{
"type": "money",
"count": 100
}
]
},
{
"attributes": {
"type": "item"
},
"children": [
{
"type": "item",
"count": 2,
"itemId": 5
}
]
}
]
}
}
]
},
{
"attributes": {
"id": 1235
},
"children": [
{
"name": "Item 2",
"alias": [
"item",
"12345"
]
}
]
}
]
}
]
}