pub.chive.collaboration.listCollaborators

chive.pub

{
  "id": "pub.chive.collaboration.listCollaborators",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "collaborators"
          ],
          "properties": {
            "collaborators": {
              "type": "array",
              "items": {
                "ref": "#collaboratorView",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "subjectUri"
        ],
        "properties": {
          "subjectUri": {
            "type": "string",
            "format": "at-uri"
          }
        }
      },
      "description": "List active collaborators on a subject record (DIDs that have both a non-deleted invite from the subject's author and a non-deleted acceptance of that invite)."
    },
    "collaboratorView": {
      "type": "object",
      "required": [
        "did",
        "inviteUri",
        "acceptanceUri",
        "acceptedAt"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did"
        },
        "role": {
          "type": "string"
        },
        "inviteUri": {
          "type": "string",
          "format": "at-uri"
        },
        "acceptedAt": {
          "type": "string",
          "format": "datetime"
        },
        "acceptanceUri": {
          "type": "string",
          "format": "at-uri"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against pub.chive.collaboration.listCollaborators

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:7natp5xae72bddaqlkef2t4e
CID
bafyreia3tvmdu542pbz354flqi2wqj6c7qmlo62xmlmzq3jtvyyjajyige
Indexed At
2026-05-04 17:29 UTC
AT-URI
at://did:plc:7natp5xae72bddaqlkef2t4e/com.atproto.lexicon.schema/pub.chive.collaboration.listCollaborators

Lexicon Garden

@