The user's community list. Portable across any app implementing the Lexicon.
Record Key
literal:self
Fixed literal value
Properties
groups
array
of
ref
#communityGroup
Required
Named groups of community members, like AIM's buddy list categories.
maxLength: 50 itemsView raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"groups"
],
"properties": {
"groups": {
"type": "array",
"items": {
"ref": "#communityGroup",
"type": "ref"
},
"maxLength": 50,
"description": "Named groups of community members, like AIM's buddy list categories."
}
}
},
"description": "The user's community list. Portable across any app implementing the Lexicon."
}