{
"id": "id.sifa.project.membership",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"project",
"invitation",
"createdAt"
],
"properties": {
"project": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "StrongRef to the id.sifa.project.self record being joined."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Client-declared timestamp when this acceptance was created."
},
"invitation": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "StrongRef to the id.sifa.project.member invitation record that this acceptance corresponds to."
}
}
},
"description": "Record representing acceptance of a project team invitation. Lives in the invited user's PDS."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "Acceptance of a project team invitation. Written by the invited user in their own PDS. References the id.sifa.project.member invitation record. Both records existing = confirmed team member. Either party can delete their record to revoke membership."
}