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": "john.doe@example.com",
"otherEmails": {
"work": "john.doe@work.com",
"personal": "john.doe@gmail.com",
"school": "john.doe@school.edu"
}
}
Version Changes Schema
0.2.0
  • Added EmailCollection model
EmailCollection.yaml