OBJECT
An email address
type Email {# Whether this is the default email address for a contactdefault: Boolean # The email addressemail: String # The type of email addressemailType: String }