mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-13 22:39:06 +02:00
rm allow admin property switch to relationship
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user