cloud.substratum.filesystem.drive

official.fileorbit.cloud

Documentation

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).

main object

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

driveId string Required

The UUID of the drive

manifestCid string Optional

Root CID of the drive metadata file on the private blockstore (optional until first built)

ownerDid string did Required

A decentralized identifier (DID).

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)."
}

Lexicon Garden

@