Skip to content

Commit 4428d17

Browse files
committed
feat: add discord details in CurrentUser schema
1 parent 39d1ddc commit 4428d17

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

openapi/components/schemas/CurrentUser.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ properties:
6565
type: string
6666
developerType:
6767
$ref: ./DeveloperType.yaml
68+
discordDetails:
69+
$ref: ./DiscordDetails.yaml
70+
discordId:
71+
type: string
6872
displayName:
6973
type: string
7074
emailVerified:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
title: DiscordDetails
2+
type: object
3+
description: ''
4+
properties:
5+
global_name:
6+
type: string
7+
id:
8+
type: string
9+
required:
10+
- global_name
11+
- id

0 commit comments

Comments
 (0)