fixup admin platform

This commit is contained in:
2025-05-01 00:58:22 +02:00
parent 37c80d523e
commit 7f32896db0
14 changed files with 529 additions and 105 deletions

View File

@@ -3213,6 +3213,12 @@
"id": {
"type": "integer"
},
"label":{
"type": "array",
"items": {
"type": "string"
}
},
"first_name": {
"type": "string"
},
@@ -3221,20 +3227,6 @@
},
"last_name": {
"type": "string"
},
"EndId": {
"type": "integer"
},
"EndElementId": {
"type": "string"
},
"Props": {
"type": "object",
"properties": {
"added": {
"type": "integer"
}
}
}
}
},