place.stream.multistream.defs

did:web:stream.place

Documentation

event object

No description available.

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

message string Required

No description available.

status string Required

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "message",
    "status",
    "createdAt"
  ],
  "properties": {
    "status": {
      "enum": [
        "inactive",
        "pending",
        "active",
        "error"
      ],
      "type": "string"
    },
    "message": {
      "type": "string"
    },
    "createdAt": {
      "type": "string",
      "format": "datetime"
    }
  }
}
targetView object

No description available.

Properties

cid string cid Required

A content identifier (CID) referencing immutable data.

record unknown Required

No description available.

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",
    "record"
  ],
  "properties": {
    "cid": {
      "type": "string",
      "format": "cid"
    },
    "uri": {
      "type": "string",
      "format": "at-uri"
    },
    "record": {
      "type": "unknown"
    },
    "latestEvent": {
      "ref": "place.stream.multistream.defs#event",
      "type": "ref"
    }
  }
}

Lexicon Garden

@