cloud.substratum.filesystem.driveEntry

official.fileorbit.cloud

{
  "id": "cloud.substratum.filesystem.driveEntry",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "driveId",
        "entryId",
        "isDirectory",
        "ownerDid"
      ],
      "properties": {
        "driveId": {
          "type": "string",
          "description": "The UUID of the drive"
        },
        "entryId": {
          "type": "string",
          "description": "The catalog drive_entry UUID; also the PDS record rkey"
        },
        "assetCid": {
          "type": "string"
        },
        "ownerDid": {
          "type": "string",
          "format": "did"
        },
        "receiptCid": {
          "type": "string"
        },
        "isDirectory": {
          "type": "boolean"
        },
        "metadataCid": {
          "type": "string",
          "description": "CID of this entry's name leaf in the drive metadata file"
        }
      },
      "description": "A filesystem entry in a Substratum Drive. The path is NOT stored here; it lives in the metadata file on the private Swarm blockstore (ADR 91). The record rkey equals entryId."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against cloud.substratum.filesystem.driveEntry

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:s6kq5tsir7nbyrciloncz5b3
CID
bafyreidtwixdzd3msexduhgvit6vynomh2bvdswxsyg6v6by7zphybbbly
Indexed At
2026-08-15 19:24 UTC
AT-URI
at://did:plc:s6kq5tsir7nbyrciloncz5b3/com.atproto.lexicon.schema/cloud.substratum.filesystem.driveEntry

Version History (2 versions)

Lexicon Garden

@