ooo.bsky.hidden.box

bsky.ooo

Documentation

main object

No description available.

Properties

cid string cid Required

A content identifier (CID) referencing immutable data.

gateUri string uri Required

A valid URI.

uri string uri Required

A valid URI.

value unknown Required

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "gateUri",
    "uri",
    "cid",
    "value"
  ],
  "properties": {
    "cid": {
      "type": "string",
      "format": "cid"
    },
    "uri": {
      "type": "string",
      "format": "uri"
    },
    "value": {
      "type": "unknown"
    },
    "gateUri": {
      "type": "string",
      "format": "uri"
    }
  }
}

Lexicon Garden

@