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
commit9a685108c7e582498887a668de56d6dfcf92ac3d (patch)
tree71c954f4f4c26f428c253eb6bf2027b8563e11ad /api/assets
parentMerge branch 'master' into feat/latestWebClient (diff)
downloadserver-ts-9a685108c7e582498887a668de56d6dfcf92ac3d.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,