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