feat(frontend): added description handling the /profile

This commit is contained in:
Maieul BOYER 2025-12-22 19:38:02 +01:00
parent 2ace5a9a94
commit 98f2af3f46
No known key found for this signature in database
7 changed files with 57 additions and 9 deletions

View file

@ -529,7 +529,8 @@
"required": [
"name",
"id",
"guest"
"guest",
"desc"
],
"properties": {
"name": {
@ -541,6 +542,9 @@
"guest": {
"type": "boolean"
},
"desc": {
"type": "string"
},
"selfInfo": {
"type": "object",
"properties": {