76 lines
1.3 KiB
JSON
76 lines
1.3 KiB
JSON
{
|
|
"$schema": "./schemas/tier.schema.json",
|
|
"tiers": [
|
|
{
|
|
"id": 1,
|
|
"function_sets": []
|
|
},
|
|
{
|
|
"id": 2,
|
|
"function_sets": [
|
|
{
|
|
"id": 1,
|
|
"name": "function1",
|
|
"requirements": [],
|
|
"tags": []
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "function2",
|
|
"requirements": [
|
|
{
|
|
"id": 1,
|
|
"name": "function1",
|
|
"requirements": [],
|
|
"tags": []
|
|
}
|
|
],
|
|
"tags": []
|
|
},
|
|
{
|
|
"id": 3,
|
|
"name": "function3",
|
|
"requirements": [],
|
|
"tags": [
|
|
{
|
|
"id": 1,
|
|
"name": "tag1"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "tag2"
|
|
},
|
|
{
|
|
"id": 3,
|
|
"name": "tag3"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"tier_update": {
|
|
"id": 1,
|
|
"function_sets": [
|
|
{
|
|
"id": 1,
|
|
"name": "function1",
|
|
"requirements": [],
|
|
"tags": []
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "function2",
|
|
"requirements": [
|
|
{
|
|
"id": 1,
|
|
"name": "function1",
|
|
"requirements": [],
|
|
"tags": []
|
|
}
|
|
],
|
|
"tags": []
|
|
}
|
|
]
|
|
}
|
|
}
|