# cloud.substratum.filesystem.drive

> Published by [official.fileorbit.cloud](https://lexicon.garden/identity/did:plc:s6kq5tsir7nbyrciloncz5b3)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:s6kq5tsir7nbyrciloncz5b3/cloud.substratum.filesystem.drive)
- [Documentation](https://lexicon.garden/lexicon/did:plc:s6kq5tsir7nbyrciloncz5b3/cloud.substratum.filesystem.drive/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:s6kq5tsir7nbyrciloncz5b3/cloud.substratum.filesystem.drive/examples)

## Definitions

### `cloud.substratum.filesystem.drive`

**Type**: `object`

A Substratum Drive root on the owner PDS.

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `name` | `string` | Yes |  |
| `driveId` | `string` | Yes | The UUID of the drive |
| `ownerDid` | `string` (did) | Yes |  |

## Raw Schema

```json
{
  "id": "cloud.substratum.filesystem.drive",
  "defs": {
    "main": {
      "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."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
