Types

Certification

Example

{
  "type": "Certification",
  "name": "e-Agent Certified",
  "issuedBy": {
    "type": "RealEstateOrganization",
    "id": "https://example.com/profile/card#me",
    "name": "Gotham City Real Estate"
  },
  "issuedTo": {
    "type": "RealEstateAgent",
    "id": "http://example.com",
    "name": "string"
  }
}

Schema

NameTypeDescription
(root)objectA certification issued by an organization to an individual or business.
typestringallowed ("Certification") Certification
namestringthe name of the Certification
issuedByobjectthe issuing authority
issuedBy.typestringallowed ("RealEstateOrganization") The item type (Linked-Data @type)
issuedBy.idstringLinked-Data URI (@id) format (uri)
issuedBy.namestringname of the issuing organization
issuedToobjectthe subject
issuedTo.typestringallowed ("RealEstateAgent") The item type (Linked-Data @type)
issuedTo.idstringLinked-Data URI (@id) format (uri)
issuedTo.namestring-
Previous
website