ooo.bsky.hidden.encryptedBlobKeys

bsky.ooo

Documentation

main object

No description available.

Properties

blobKeys array of ref#key Required

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "blobKeys"
  ],
  "properties": {
    "blobKeys": {
      "type": "array",
      "items": {
        "ref": "#key",
        "type": "ref"
      }
    }
  }
}
key object

No description available.

Properties

ageIdentity string Required

No description available.

ref cid-link Required

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "ref",
    "ageIdentity"
  ],
  "properties": {
    "ref": {
      "type": "cid-link"
    },
    "ageIdentity": {
      "type": "string"
    }
  }
}

Lexicon Garden

@