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": "DEPRECATED, never implemented. Acceptance of an id.sifa.project.member invitation, written by the invited user in their own PDS. Superseded by the generic id.sifa.confirmation record, which affirms any record naming you rather than project invitations alone. Retained so the published schema record keeps resolving; write id.sifa.confirmation instead."
}

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
bafyreieo2q3h4raqoj45e3u4myi6fapc7usqfhahuttksn2woak6cead6q
Indexed At
2026-07-31 21:36 UTC
AT-URI
at://did:plc:2f2ahswozqy4v5lvu676375y/com.atproto.lexicon.schema/id.sifa.project.membership

Version History (2 versions)

Lexicon Garden

@