pub.chive.claiming.startClaim

chive.pub

{
  "id": "pub.chive.claiming.startClaim",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "importId"
          ],
          "properties": {
            "importId": {
              "type": "integer",
              "description": "ID of the imported eprint to claim"
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "AuthenticationRequired"
        },
        {
          "name": "NotFound"
        },
        {
          "name": "InvalidRequest"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "claim"
          ],
          "properties": {
            "claim": {
              "ref": "#claimRequest",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Initiate a claim request for an imported eprint"
    },
    "claimRequest": {
      "type": "object",
      "required": [
        "id",
        "importId",
        "claimantDid",
        "status",
        "createdAt"
      ],
      "properties": {
        "id": {
          "type": "integer",
          "description": "Claim request ID"
        },
        "status": {
          "type": "string",
          "description": "Claim status",
          "knownValues": [
            "pending",
            "approved",
            "rejected",
            "expired"
          ]
        },
        "importId": {
          "type": "integer",
          "description": "ID of the imported eprint"
        },
        "createdAt": {
          "type": "string",
          "format": "datetime",
          "description": "When the claim was created"
        },
        "expiresAt": {
          "type": "string",
          "format": "datetime",
          "description": "When the claim expires"
        },
        "reviewedAt": {
          "type": "string",
          "format": "datetime",
          "description": "When the claim was reviewed"
        },
        "reviewedBy": {
          "type": "string",
          "format": "did",
          "description": "DID of the admin who reviewed"
        },
        "claimantDid": {
          "type": "string",
          "format": "did",
          "description": "DID of the claimant"
        },
        "canonicalUri": {
          "type": "string",
          "format": "at-uri",
          "description": "AT-URI of the canonical record in user PDS"
        },
        "rejectionReason": {
          "type": "string",
          "description": "Reason for rejection if rejected"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against pub.chive.claiming.startClaim

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@