Types

Referral

Example

{
  "type": "Referral",
  "additionalProperty": {
    "isReferralYN": "Y",
    "inNetworkReferralYN": "Y"
  },
  "referredBy": {
    "type": "RealEstateOrganization",
    "id": "http://example.com"
  }
}

Schema

NameTypeDescription
(root)objectdescribes a real estate referral from the referredBy (subProperty of agent) to the recipient
typestringallowed ("Referral") The item type (Linked-Data @type)
additionalPropertyobjectcontext specific custom properties
additionalProperty.isReferralYNstringallowed ("Y", "N") Y if transaction was a referral
additionalProperty.inNetworkReferralYNstringallowed ("Y", "N") Y if transaction was referred by an in network agent
referredByobjectthe referring entity
referredBy.typestringallowed ("RealEstateOrganization", "RealEstateAgent", "RealEstateOffice", "Organization", "Person") the referring entity type i.e RealEstateOrganization, RealEstateAgent
referredBy.idstringLinked-Data URI (@id) format (uri)
Previous
RealEstateWebsite