Membership

The object representation of the Thing Membership.

Array
A collection of Affiliation.
Array
A collection of Group.
Array
An array of Initiative.
Array
An array of Organization.
{
	"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"
				}
			}
		]
	}
}
Visualized image