Files
2026-01-19 17:46:06 +01:00

45 lines
1.2 KiB
JSON

{
"fields": {
"avatarColor": {
"visible": {
"conditionGroup": [
{
"type": "equals",
"attribute": "avatarId",
"value": null,
"data": {
"field": "avatar"
}
},
{
"type": "in",
"attribute": "type",
"value": [
"regular",
"admin",
"api"
]
}
]
}
}
},
"options": {
"authMethod": [
{
"optionList": [
"ApiKey",
"Hmac"
],
"conditionGroup": [
{
"type": "equals",
"attribute": "type",
"value": "api"
}
]
}
]
}
}