Types

Award

Example

{
  "type": "Award",
  "name": "Top 1%",
  "dateAwarded": "2019-11-25T04:23:32.000Z",
  "agent": "http://example.com",
  "recipient": [
    {
      "type": "RealEstateAgent",
      "id": "https://user.example.com/profile/card#me",
      "name": "string"
    }
  ],
  "identifier": {
    "hsfAwardId": "xxxx"
  }
}

Schema

NameTypeDescription
(root)objectAn honor bestowed on one or mote recipients by the message agent
typestringallowed ("Award") "AwardAction"
namestringname of the award
dateAwardedstringdate the award was presented or announced. format (date-time)
agentstringthe agent that presented the award format (uri)
recipientarray<object>recipients of the award
recipient.typestringallowed ("RealEstateAgent", "RealEstateOffice", "RealEstateOrganization")
recipient.idstringformat (uri)
recipient.namestringthe name of the award recipient
identifierobject1 properties
Previous
AddressCountry