Membership
The object representation of the Thing Membership.
{
"membership" :
{
"@type" : "Membership",
"accountGroups" :
[
{
"accountGroup" :
{
"@id" : "URL",
"@type" : "AccountGroup",
"elementId" : "String",
"name" : "String"
}
}
],
"accountInitiatives" :
[
{
"accountInitiative" :
{
"@id" : "URL",
"@type" : "AccountInitiative",
"elementId" : "String",
"name" : "String"
}
}
],
"affiliations" :
[
{
"affiliation" : "String"
}
],
"organizations" :
[
{
"organization" :
{
"@id" : "URL",
"@type" : "Organization",
"elementId" : "String",
"name" : "String"
}
}
]
}
}