{
"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
}