pub.chive.claiming.getMyCoauthorRequests

chive.pub

{
  "id": "pub.chive.claiming.getMyCoauthorRequests",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "AuthenticationRequired",
          "description": "Authentication is required to get your co-author requests"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "requests"
          ],
          "properties": {
            "cursor": {
              "type": "string",
              "description": "Cursor for next page of results"
            },
            "requests": {
              "type": "array",
              "items": {
                "ref": "#coauthorRequest",
                "type": "ref"
              },
              "description": "List of co-author requests made by the user"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1,
            "description": "Maximum number of results to return"
          },
          "cursor": {
            "type": "string",
            "description": "Pagination cursor for next page"
          },
          "status": {
            "type": "string",
            "description": "Filter by request status",
            "knownValues": [
              "pending",
              "approved",
              "rejected"
            ]
          }
        }
      },
      "description": "Get co-author requests made by the authenticated user. Returns requests where the user is the claimant."
    },
    "coauthorRequest": {
      "type": "object",
      "required": [
        "id",
        "eprintUri",
        "eprintOwnerDid",
        "claimantDid",
        "claimantName",
        "authorIndex",
        "authorName",
        "status",
        "createdAt"
      ],
      "properties": {
        "id": {
          "type": "integer",
          "description": "Unique request ID"
        },
        "status": {
          "type": "string",
          "description": "Current status of the request",
          "knownValues": [
            "pending",
            "approved",
            "rejected"
          ]
        },
        "message": {
          "type": "string",
          "maxLength": 1000,
          "description": "Optional message from the claimant"
        },
        "createdAt": {
          "type": "string",
          "format": "datetime",
          "description": "When the request was created"
        },
        "eprintUri": {
          "type": "string",
          "format": "at-uri",
          "description": "AT-URI of the eprint record"
        },
        "authorName": {
          "type": "string",
          "description": "Name of the author entry being claimed"
        },
        "reviewedAt": {
          "type": "string",
          "format": "datetime",
          "description": "When the request was reviewed"
        },
        "authorIndex": {
          "type": "integer",
          "minimum": 0,
          "description": "Index of the author entry being claimed (0-based)"
        },
        "claimantDid": {
          "type": "string",
          "format": "did",
          "description": "DID of the user requesting co-authorship"
        },
        "claimantName": {
          "type": "string",
          "description": "Display name of the claimant at time of request"
        },
        "eprintOwnerDid": {
          "type": "string",
          "format": "did",
          "description": "DID of the eprint owner (PDS owner)"
        },
        "rejectionReason": {
          "type": "string",
          "maxLength": 500,
          "description": "Reason for rejection if rejected"
        }
      },
      "description": "A co-author claim request"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against pub.chive.claiming.getMyCoauthorRequests

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@