ooo.bsky.hidden.ref

bsky.ooo

Documentation

main object

No description available.

Properties

boxUri string uri Required

A valid URI.

valueCid string cid Required

A content identifier (CID) referencing immutable data.

View raw schema
{
  "type": "object",
  "required": [
    "boxUri",
    "valueCid"
  ],
  "properties": {
    "boxUri": {
      "type": "string",
      "format": "uri"
    },
    "valueCid": {
      "type": "string",
      "format": "cid"
    }
  }
}

Lexicon Garden

@