Automated spec update (202569)

This commit is contained in:
Nelly (automation bot) 2026-03-30 21:08:36 +00:00
parent 923f8ede62
commit 2f0ef807a8
2 changed files with 2 additions and 0 deletions

View file

@ -13290,6 +13290,7 @@
"properties": { "properties": {
"external_user_id": { "external_user_id": {
"type": "string", "type": "string",
"minLength": 1,
"maxLength": 1024 "maxLength": 1024
}, },
"preferred_global_name": { "preferred_global_name": {

View file

@ -13302,6 +13302,7 @@
"properties": { "properties": {
"external_user_id": { "external_user_id": {
"type": "string", "type": "string",
"minLength": 1,
"maxLength": 1024 "maxLength": 1024
}, },
"preferred_global_name": { "preferred_global_name": {