Types

RealEstateLicense

Example

{
  "type": "RealEstateLicense",
  "name": "CA-DRE# 02068375",
  "issuedTo": {
    "type": "RealEstateAgent",
    "id": "http://{agentid}.example.com/profile/card#me"
  },
  "issuedBy": {
    "type": "State",
    "name": "California"
  },
  "issuedThrough": {
    "type": "Service",
    "name": "California Department of Real Estate"
  },
  "validIn": {
    "type": "State",
    "name": "California"
  },
  "validFrom": "2019-08-24T14:15:22Z",
  "validUntil": "2019-08-24T14:15:22Z"
}

Schema

NameTypeDescription
(root)objectReal estate licenses, authorizations issued by state governments, give agents and brokers the legal ability to represent a home seller or buyer in the process of buying or selling real estate.
typestringallowed ("RealEstateLicense") RealEstateLicense
namestringdisplay value, i.e. 'CA-DRE# 02068375'
issuedToobjectthe license recipient
issuedByobjectthe issuing organization or service
issuedThroughobjectThe service through with the permit was granted.
issuedThrough.typestring-
issuedThrough.namestring-
validInobjectthe state where the RealEstateLicense is valid
validFromstringthe first date and time on which the license is valid. format (date-time)
validUntilstringthe last date and time on which the license is valid. format (date-time)
Previous
RealEstateAgent