Skip to content

Commit 33da039

Browse files
Fix_2: Validation
1 parent f1261d9 commit 33da039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/meteor/app/api/server/v1/users.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,12 +482,12 @@ const usersInfoEndpoint = API.v1.get(
482482
items: {
483483
type: 'object',
484484
properties: {
485+
_id: { type: 'string' },
485486
rid: { type: 'string' },
486487
name: { type: 'string' },
487488
t: { type: 'string' },
488489
roles: { type: 'array', items: { type: 'string' } },
489490
unread: { type: 'number' },
490-
federated: { type: 'boolean' },
491491
},
492492
required: ['rid', 't', 'unread'],
493493
additionalProperties: false,

0 commit comments

Comments
 (0)