summary refs log tree commit diff
path: root/api/assets
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-10 13:50:32 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-10 13:50:32 +1000
commitcdc97ee8c0d53f596e3fe89ab5deb303547010fe (patch)
treeab84cd5248bb60b9299eef26f33de483bc4bd942 /api/assets
parentMerge branch 'master' into feat/latestWebClient (diff)
downloadserver-ts-cdc97ee8c0d53f596e3fe89ab5deb303547010fe.tar.xz
Fix username/discrim changing
Diffstat (limited to 'api/assets')
-rw-r--r--api/assets/schemas.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/api/assets/schemas.json b/api/assets/schemas.json

index 26ed589e..942e205f 100644 --- a/api/assets/schemas.json +++ b/api/assets/schemas.json
@@ -12526,6 +12526,9 @@ }, "code": { "type": "string" + }, + "discriminator": { + "type": "string" } }, "additionalProperties": false,