Types

ContactPoint

Example

{
  "type": "ContactPoint",
  "name": "Work",
  "telephone": "555-555-5555",
  "faxNumber": "555-555-5555",
  "email": "bob@example.com",
  "url": "https://www.facebook.com/hallandoates"
}

Schema

NameTypeDescription
(root)objectA point of contact for the entity. By convention in the real estate domain, ContactPoints are preferred over telephone, email, and faxNumber so the ContactPoint.name property can be used to label values for example, Work Telephone, Home, as named contactPoint values. >= 3 properties
typestringconst ("ContactPoint")
namestringa label for the contactPoint, i.e. 'Work', or 'Home'
telephonestring-
faxNumberstring-
emailstringan email address for the item. format (email)
urlstringprimary URL for the item. format (uri)
Previous
Contact