A Substratum Drive root on the owner PDS. The drive display name is NOT stored here; it lives in the metadata file on the private Swarm blockstore (ADR 91).
Properties
View raw schema
{
"type": "object",
"required": [
"driveId",
"ownerDid"
],
"properties": {
"driveId": {
"type": "string",
"description": "The UUID of the drive"
},
"ownerDid": {
"type": "string",
"format": "did"
},
"manifestCid": {
"type": "string",
"description": "Root CID of the drive metadata file on the private blockstore (optional until first built)"
}
},
"description": "A Substratum Drive root on the owner PDS. The drive display name is NOT stored here; it lives in the metadata file on the private Swarm blockstore (ADR 91)."
}