Remove legacy realName fallback from player normalization (#31)

This commit is contained in:
Pandipipas
2026-02-10 12:42:47 +01:00
committed by GitHub
parent 547f9ab95f
commit 48b098ac0a
4 changed files with 26 additions and 75 deletions
+8 -23
View File
@@ -9,7 +9,7 @@
"type": "string",
"default": ""
},
"team": {
"name": {
"type": "string",
"default": ""
},
@@ -17,36 +17,21 @@
"type": "string",
"default": ""
},
"team": {
"type": "string",
"default": ""
},
"twitter": {
"type": "string",
"default": ""
},
"realName": {
"type": "string",
"default": ""
},
"pronouns": {
"type": "string",
"default": ""
},
"twitch": {
"type": "string",
"default": ""
},
"notes": {
"type": "string",
"default": ""
}
},
"required": [
"gamertag",
"team",
"name",
"country",
"twitter",
"realName",
"pronouns",
"twitch",
"notes"
"team",
"twitter"
]
},
"default": {}