ATProto Browser

ATProto Browser

Experimental browser for the Atmosphere

Record data

{
  "uri": "at://did:plc:rbvrr34edl5ddpuwcubjiost/com.atproto.lexicon.schema/place.stream.defs",
  "cid": "bafyreiei4lckdtzsfgk3oqhauntdamwkccnmjnprwdfkfloakdkc7lm2pu",
  "value": {
    "id": "place.stream.defs",
    "defs": {
      "blockView": {
        "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": {
        "type": "object",
        "required": [
          "name"
        ],
        "properties": {
          "name": {
            "type": "string"
          }
        }
      },
      "renditions": {
        "type": "object",
        "required": [
          "renditions"
        ],
        "properties": {
          "renditions": {
            "type": "array",
            "items": {
              "ref": "#rendition",
              "type": "ref"
            }
          }
        }
      }
    },
    "$type": "com.atproto.lexicon.schema",
    "lexicon": 1
  }
}