A pending request to join a community that requires approval.
Properties
actor
ref
social.colibri.beta.actor.defs#profileView
Required
The applicant.
createdAt
string
datetime
Required
When the application was made.
dismissed
boolean
Required
Whether a moderator has hidden this from the active queue.
View raw schema
{
"type": "object",
"required": [
"actor",
"createdAt",
"dismissed"
],
"properties": {
"actor": {
"ref": "social.colibri.beta.actor.defs#profileView",
"type": "ref",
"description": "The applicant."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "When the application was made."
},
"dismissed": {
"type": "boolean",
"description": "Whether a moderator has hidden this from the active queue."
}
},
"description": "A pending request to join a community that requires approval."
}