{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/iam_invited_member_email", "title": "iam_invited_member_email", "description": "Email address of the user to add to the organization.", "example": "user@example.com", "maxLength": 90, "type": "string" }