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