cpularp-manager-api/test/fixtures/customizations.json

142 lines
2.7 KiB
JSON

{
"$schema": "./schemas/customization.schema.json",
"customizations": [
{
"flavor_text": "This is some flavor text.",
"functions": [],
"id": 1,
"name": "test1",
"physrep_requirements": "Git gud",
"rules_description": "Judge they're stacking",
"tags": [],
"visibility": []
},
{
"flavor_text": "Skibbidy rizz ohio",
"functions": [
{
"id": 1,
"name": "test1",
"tags": [],
"requirements": []
},
{
"id": 2,
"name": "test2",
"tags": [
{
"id": 1,
"name": "test1"
}
],
"requirements": []
},
{
"id": 3,
"name": "test3",
"tags": [],
"requirements": [
{
"id": 1,
"name": "test1",
"tags": [],
"requirements": []
}
]
}
],
"id": 2,
"name": "test2",
"physrep_requirements": "Do you lift",
"rules_description": "Ur mom gay",
"tags": [],
"visibility": []
},
{
"flavor_text": "Something else",
"functions": [],
"id": 3,
"name": "test3",
"physrep_requirements": "Out of dumb jokes",
"rules_description": "Sorry",
"tags": [
{
"id": 1,
"name": "test1"
},
{
"id": 2,
"name": "test2"
},
{
"id": 3,
"name": "test3"
}
],
"visibility": []
},
{
"flavor_text": "This is some flavor text.",
"functions": [],
"id": 3,
"name": "test3",
"physrep_requirements": "Git gud",
"rules_description": "Judge they're stacking",
"tags": [],
"visibility": [
{
"id": 1,
"name": "test1"
},
{
"id": 2,
"name": "test2"
},
{
"id": 3,
"name": "test3"
}
]
}
],
"customization_update": {
"flavor_text": "",
"functions": [
{
"id": 2,
"name": "test2",
"tags": [
{
"id": 1,
"name": "test1"
}
],
"requirements": []
}
],
"id": 1,
"name": "",
"physrep_requirements": "",
"rules_description": "",
"tags": [
{
"id": 1,
"name": "test1"
},
{
"id": 3,
"name": "test3"
}
],
"visibility": [
{
"id": 2,
"name": "test2"
},
{
"id": 3,
"name": "test3"
}
]
}
}