io.atcr.hold.crew

atcr.io

{
  "id": "io.atcr.hold.crew",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "member",
          "role",
          "permissions",
          "addedAt"
        ],
        "properties": {
          "role": {
            "type": "string",
            "maxLength": 32,
            "description": "Member's role in the hold",
            "knownValues": [
              "owner",
              "admin",
              "write",
              "read"
            ]
          },
          "member": {
            "type": "string",
            "format": "did",
            "description": "DID of the crew member"
          },
          "addedAt": {
            "type": "string",
            "format": "datetime",
            "description": "RFC3339 timestamp of when the member was added"
          },
          "permissions": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 64
            },
            "description": "Specific permissions granted to this member"
          }
        }
      },
      "description": "Crew member in a hold's embedded PDS. Grants access permissions to push blobs to the hold. Stored in the hold's embedded PDS (one record per member)."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against io.atcr.hold.crew

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:wfj5kyialpmcv2fzk6uqwsln
CID
bafyreibgc7czerydurd327ilv7kwe2wsixzd6m2pdqizvw6lkswhlabway
Indexed At
2026-02-13 13:55 UTC
AT-URI
at://did:plc:wfj5kyialpmcv2fzk6uqwsln/com.atproto.lexicon.schema/io.atcr.hold.crew

Lexicon Garden

@