cloud.substratum.passport.accessRemovalAck

official.fileorbit.cloud

Documentation

Owner-repo acknowledgment that a grantee accessRemovalRequest was applied to the owner passport receipt.

main object

Owner-repo acknowledgment that a grantee accessRemovalRequest was applied to the owner passport receipt.

Properties

appliedAt string datetime Required

ISO 8601 timestamp when the owner receipt ACL was updated.

newReceiptCid string Required

CID of the updated owner-repo cloud.substratum.passport.receipt after removal.

removalRequestUri string at-uri Required

AT URI of the grantee-repo cloud.substratum.passport.accessRemovalRequest record.

version string Required

Schema version (e.g. '1.0.0').

View raw schema
{
  "type": "object",
  "required": [
    "version",
    "removalRequestUri",
    "appliedAt",
    "newReceiptCid"
  ],
  "properties": {
    "version": {
      "type": "string",
      "description": "Schema version (e.g. '1.0.0')."
    },
    "appliedAt": {
      "type": "string",
      "format": "datetime",
      "description": "ISO 8601 timestamp when the owner receipt ACL was updated."
    },
    "newReceiptCid": {
      "type": "string",
      "description": "CID of the updated owner-repo cloud.substratum.passport.receipt after removal."
    },
    "removalRequestUri": {
      "type": "string",
      "format": "at-uri",
      "description": "AT URI of the grantee-repo cloud.substratum.passport.accessRemovalRequest record."
    }
  },
  "description": "Owner-repo acknowledgment that a grantee accessRemovalRequest was applied to the owner passport receipt."
}

Lexicon Garden

@