0.13.6 : change choral-membership

This commit is contained in:
2026-03-15 19:37:44 +01:00
parent f13efb8707
commit b0db6a5ddf
4 changed files with 438 additions and 2 deletions
@@ -36,6 +36,21 @@
"type": "component",
"repeatable": true,
"component": "user.permissions"
},
"role_id": {
"type": "string"
},
"permission_exceptions": {
"type": "json"
},
"state": {
"type": "enumeration",
"enum": [
"active",
"pending_user_approval",
"pending_admin_approval",
"decline"
]
}
}
}