rm allow admin property switch to relationship

This commit is contained in:
2025-04-01 23:17:58 +02:00
parent 59b31cb71a
commit 2cb604951a

View File

@@ -1447,21 +1447,6 @@
"PersonProperties": {
"type": "object",
"properties": {
"allow_admin_access": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
}
}
},
"nullable": true
},
"invite_code": {
"type": "string",
"nullable": true
@@ -2160,6 +2145,26 @@
"nullable": true
}
}
},
"Admin":{
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"label": {
"type": "string"
},
"start": {
"type": "string"
},
"end": {
"type": "string"
},
"properties": {
"type": "object"
}
}
}
}
}