Types

OrganizationRole

Example

{
  "type": "OrganizationRole",
  "roleName": "Owner",
  "memberOf": {
    "type": "RealEstateOrganization",
    "id": "http://orgid.example.com/profile/card#me"
  },
  "member": "https://memberid.example.com/profile/card#me",
  "startDate": "2019-08-24T14:15:22Z",
  "endDate": "2019-08-24T14:15:22Z"
}

Schema

NameTypeDescription
(root)objectdescribes a role played by a member and a group or organization.
typestringallowed ("OrganizationRole") a role played by the member in the memberOf group
roleNamestringthe role name
memberOfobjectthe org or group where the role is performed
memberstringmember object or id format (uri)
startDatestringdate the member began performing this role format (date-time)
endDatestringdate the member stopped performing the role format (date-time)
Previous
Organization