{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": { "type": "object", "additionalProperties": false, "properties": { "gamertag": { "type": "string", "default": "" }, "team": { "type": "string", "default": "" }, "country": { "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", "country", "twitter", "realName", "pronouns", "twitch", "notes" ] }, "default": {} }