mirror of
https://github.com/Pandipipas/scoreko-dev.git
synced 2026-06-06 03:32:06 +00:00
Remove legacy realName fallback from player normalization (#31)
This commit is contained in:
+8
-23
@@ -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": {}
|
||||
|
||||
Reference in New Issue
Block a user