The email of the user.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/access_email", "title": "access_email", "description": "The email of the user.", "example": "[email protected]", "format": "email", "type": "string" }