88 lines
1.8 KiB
JSON
88 lines
1.8 KiB
JSON
{
|
|
"$schema": "./schemas/character.schema.json",
|
|
"characters": [
|
|
{
|
|
"function_sets": [],
|
|
"id": 1,
|
|
"inventory": [],
|
|
"name": "test1",
|
|
"owners": [],
|
|
"roles": []
|
|
},
|
|
{
|
|
"function_sets": [
|
|
{
|
|
"id": 1,
|
|
"functions": [
|
|
{
|
|
"id": 2,
|
|
"name": "test2",
|
|
"tags": [
|
|
{
|
|
"id": 1,
|
|
"name": "test1"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "test2"
|
|
},
|
|
{
|
|
"id": 3,
|
|
"name": "test3"
|
|
}
|
|
],
|
|
"requirements": []
|
|
},
|
|
{
|
|
"id": 3,
|
|
"name": "test3",
|
|
"tags": [],
|
|
"requirements": [
|
|
{
|
|
"id": 1,
|
|
"name": "test1",
|
|
"tags": [],
|
|
"requirements": []
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "test2",
|
|
"tags": [],
|
|
"requirements": [
|
|
{
|
|
"id": 1,
|
|
"name": "test1",
|
|
"tags": [],
|
|
"requirements": []
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"id": 2,
|
|
"inventory": [],
|
|
"name": "test2",
|
|
"owners": [],
|
|
"roles": []
|
|
},
|
|
{
|
|
"function_sets": [],
|
|
"id": 3,
|
|
"inventory": [],
|
|
"name": "test3",
|
|
"owners": [],
|
|
"roles": []
|
|
}
|
|
],
|
|
"character_update": {
|
|
"id": 1,
|
|
"function_sets": [],
|
|
"inventory": [],
|
|
"name": "another_test",
|
|
"owners": [],
|
|
"roles": []
|
|
}
|
|
}
|