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

38 lines
943 B
JSON

{
"fields": {
"event": {
"readOnly": {
"conditionGroup": [
{
"type": "isNotEmpty",
"attribute": "id"
}
]
}
},
"secretKey": {
"visible": {
"conditionGroup": [
{
"type": "isNotEmpty",
"attribute": "id"
}
]
}
},
"skipOwn": {
"visible": {
"conditionGroup": [
{
"type": "isNotEmpty",
"attribute": "userId",
"data": {
"field": "user"
}
}
]
}
}
}
}