Skip to content

Email

An email address. Alias for the email type.

A JSON example of this model.

"john.doe@example.com"

A collection of email addresses for a person or organization.

PropertyTypeRequiredDescription
primary email Yes The primary email address for a person or organization.
otherEmails record<email> No Additional email addresses keyed by a descriptive label (e.g., "work", "personal", "support").

A JSON example of this model.

{
"primary": "test@example.com",
"otherEmails": {
"property": "test@example.com"
}
}
Version Changes
0.2.0
  • Added EmailCollection model