{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UnrestrictedUserEmail", "title": "UnrestrictedUserEmail", "additionalProperties": true, "properties": { "accountId": { "description": "The accountId of the user", "type": "string" }, "email": { "description": "The email of the user", "type": "string" } }, "type": "object" }