ATProto Browser

ATProto Browser

Experimental browser for the Atmosphere

Record data

{
  "uri": "at://did:plc:rbvrr34edl5ddpuwcubjiost/com.atproto.lexicon.schema/place.stream.chat.defs",
  "cid": "bafyreibsotcty6vqk2qyk2wfnktubrjne5sbu3cqnhjpdkvpjvvlgbkuva",
  "value": {
    "id": "place.stream.chat.defs",
    "defs": {
      "messageView": {
        "type": "object",
        "required": [
          "uri",
          "cid",
          "author",
          "record",
          "indexedAt"
        ],
        "properties": {
          "cid": {
            "type": "string",
            "format": "cid"
          },
          "uri": {
            "type": "string",
            "format": "at-uri"
          },
          "author": {
            "ref": "app.bsky.actor.defs#profileViewBasic",
            "type": "ref"
          },
          "record": {
            "type": "unknown"
          },
          "indexedAt": {
            "type": "string",
            "format": "datetime"
          },
          "chatProfile": {
            "ref": "place.stream.chat.profile",
            "type": "ref"
          }
        }
      }
    },
    "$type": "com.atproto.lexicon.schema",
    "lexicon": 1
  }
}