id.sifa.project.membership

sifa.id

{
  "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."
}

Validate Record

Validate a record against id.sifa.project.membership

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:2f2ahswozqy4v5lvu676375y
CID
bafyreietyy7ao6i4vn5kuhnbuhhtkkxh6prl33ntsy542yeelwdjl3qeqa
Indexed At
2026-05-27 12:05 UTC
AT-URI
at://did:plc:2f2ahswozqy4v5lvu676375y/com.atproto.lexicon.schema/id.sifa.project.membership

Lexicon Garden

@