{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "id": { "type": ["null", "string"] }, "firstName": { "type": ["null", "string"] }, "lastName": { "type": ["null", "string"] }, "preferredName": { "type": ["null", "string"] }, "displayedName": { "type": ["null", "string"] }, "division": { "type": ["null", "string"] }, "team": { "type": ["null", "string"] }, "department": { "type": ["null", "string"] }, "customENSUsername": { "type": ["null", "string"] }, "customStatusPublicKey": { "type": ["null", "string"] }, "customGitHubusername": { "type": ["null", "string"] }, "customDiscordUsername": { "type": ["null", "string"] }, "supervisor": { "type": ["null", "string"] }, "hireDate":{ "type": ["null", "string"], "format": "date-time" } } }