cloud.substratum.filesystem.drive

official.fileorbit.cloud

Documentation

A Substratum Drive root on the owner PDS.

main object

A Substratum Drive root on the owner PDS.

Properties

driveId string Required

The UUID of the drive

name string Required

No description available.

ownerDid string did Required

A decentralized identifier (DID).

View raw schema
{
  "type": "object",
  "required": [
    "driveId",
    "name",
    "ownerDid"
  ],
  "properties": {
    "name": {
      "type": "string"
    },
    "driveId": {
      "type": "string",
      "description": "The UUID of the drive"
    },
    "ownerDid": {
      "type": "string",
      "format": "did"
    }
  },
  "description": "A Substratum Drive root on the owner PDS."
}

Lexicon Garden

@