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