place.stream.defs

did:web:stream.place View official

Documentation

blockView object

No description available.

Properties

cid string cid Required

A content identifier (CID) referencing immutable data.

indexedAt string datetime Required

An RFC 3339 formatted timestamp.

uri string at-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

View raw schema
{
  "type": "object",
  "required": [
    "uri",
    "cid",
    "blocker",
    "record",
    "indexedAt"
  ],
  "properties": {
    "cid": {
      "type": "string",
      "format": "cid"
    },
    "uri": {
      "type": "string",
      "format": "at-uri"
    },
    "record": {
      "ref": "app.bsky.graph.block",
      "type": "ref"
    },
    "blocker": {
      "ref": "app.bsky.actor.defs#profileViewBasic",
      "type": "ref"
    },
    "indexedAt": {
      "type": "string",
      "format": "datetime"
    }
  }
}
rendition object

No description available.

Properties

name string Required

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string"
    }
  }
}
renditions object

No description available.

Properties

renditions array of ref#rendition Required

No description available.

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

Lexicon Garden

@