# ooo.bsky.hidden.encryptedBlobKeys

> Published by [bsky.ooo](https://lexicon.garden/identity/did:web:bsky.ooo)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:web:bsky.ooo/ooo.bsky.hidden.encryptedBlobKeys)
- [Documentation](https://lexicon.garden/lexicon/did:web:bsky.ooo/ooo.bsky.hidden.encryptedBlobKeys/docs)
- [Examples](https://lexicon.garden/lexicon/did:web:bsky.ooo/ooo.bsky.hidden.encryptedBlobKeys/examples)

## Definitions

### `ooo.bsky.hidden.encryptedBlobKeys#key`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `ref` | `cid-link` | Yes |  |
| `ageIdentity` | `string` | Yes |  |

### `ooo.bsky.hidden.encryptedBlobKeys`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `blobKeys` | `array` | Yes |  |

## Raw Schema

```json
{
  "id": "ooo.bsky.hidden.encryptedBlobKeys",
  "defs": {
    "key": {
      "type": "object",
      "required": [
        "ref",
        "ageIdentity"
      ],
      "properties": {
        "ref": {
          "type": "cid-link"
        },
        "ageIdentity": {
          "type": "string"
        }
      }
    },
    "main": {
      "type": "object",
      "required": [
        "blobKeys"
      ],
      "properties": {
        "blobKeys": {
          "type": "array",
          "items": {
            "ref": "#key",
            "type": "ref"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}
```
