Member
The Member of a team.
Name
DataType
Description
Object
The schema object for a word or phrase that represents the function an individual, process, organization, etc. is supposed to achieve.
Name
Description
{
"member" :
{
"@id" : "URL",
"@type" : "Member",
"elementId" : "String",
"person" :
{
"@id" : "URL",
"@type" : "Person",
"elementId" : "String",
"name" : "String"
},
"role" :
{
"@id" : "URL",
"@type" : "Role",
"description" : "String",
"elementId" : "String",
"name" : "String"
}
}
}