cloud.substratum.passport.accessRemovalRequest

official.fileorbit.cloud

{
  "id": "cloud.substratum.passport.accessRemovalRequest",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "version",
        "granteeDid",
        "ownerDid",
        "assetCid",
        "receiptUri",
        "requestedAt"
      ],
      "properties": {
        "version": {
          "type": "string",
          "description": "Schema version (e.g. '1.0.0')."
        },
        "assetCid": {
          "type": "string",
          "description": "Content Identifier of the asset whose access is being revoked."
        },
        "ownerDid": {
          "type": "string",
          "format": "did",
          "description": "DID of the file owner whose passport receipt governs the asset."
        },
        "granteeDid": {
          "type": "string",
          "format": "did",
          "description": "DID of the grantee requesting removal (must match the repo author)."
        },
        "receiptUri": {
          "type": "string",
          "format": "at-uri",
          "description": "AT URI of the owner-repo cloud.substratum.passport.receipt record."
        },
        "requestedAt": {
          "type": "string",
          "format": "datetime",
          "description": "ISO 8601 timestamp when the grantee requested removal."
        }
      },
      "description": "Grantee-signed request to revoke their own access to an asset governed by an owner-repo passport receipt."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against cloud.substratum.passport.accessRemovalRequest

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:s6kq5tsir7nbyrciloncz5b3
CID
bafyreie6io2r54sfybzt22wvmqntaxolowjmrgehgy557f3afymq5ndhee
Indexed At
2026-08-03 15:55 UTC
AT-URI
at://did:plc:s6kq5tsir7nbyrciloncz5b3/com.atproto.lexicon.schema/cloud.substratum.passport.accessRemovalRequest

Lexicon Garden

@