Types

OpenHouseEvent

Example

{
  "type": "OpenHouseEvent",
  "roleName": "Owner",
  "memberOf": {
    "type": "RealEstateOrganization",
    "id": "http://orgid.example.com/profile/card#me"
  },
  "member": "https://memberid.example.com/profile/card#me",
  "startDate": "2022-08-18T03:41:05Z",
  "endDate": "2022-08-18T03:41:05Z"
}

Schema

NameTypeDescription
typestringa role played by the member in the memberOf group
roleNamestringthe role name
memberOfobjectthe org or group where the role is performed
memberstring<uri>member object or id
startDatestring<date-time>date the member began performing this role
endDatestring<date-time>date the member stopped performing the role
Previous
MultipleListingService