Automated spec update (174401)

This commit is contained in:
Nelly (automation bot) 2026-01-07 18:10:12 +00:00
parent a2312c8212
commit 7e11840149
2 changed files with 36 additions and 0 deletions

View file

@ -7374,6 +7374,24 @@
"null"
],
"maxLength": 32
},
"avatar": {
"type": [
"string",
"null"
],
"contentEncoding": "base64"
},
"bio": {
"type": "string",
"maxLength": 190
},
"banner": {
"type": [
"string",
"null"
],
"contentEncoding": "base64"
}
}
}

View file

@ -7374,6 +7374,24 @@
"null"
],
"maxLength": 32
},
"avatar": {
"type": [
"string",
"null"
],
"contentEncoding": "base64"
},
"bio": {
"type": "string",
"maxLength": 190
},
"banner": {
"type": [
"string",
"null"
],
"contentEncoding": "base64"
}
}
}