ATProto Browser

ATProto Browser

Experimental browser for the Atmosphere

Record data

{
  "uri": "at://did:plc:7mnpet2pvof2llhpcwattscf/beauty.piss.blog.index/3llk4aejnuz24",
  "cid": "bafyreibsvzel4cduaxgkne5mntks2asccb36jcyghbe6n7pvz54wvap7lu",
  "value": {
    "id": "beauty.piss.blog.index",
    "defs": {
      "item": {
        "type": "object",
        "required": [
          "title",
          "post"
        ],
        "properties": {
          "post": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          },
          "tags": {
            "ref": "beauty.piss.blog.entry#tags",
            "type": "ref"
          },
          "title": {
            "ref": "beauty.piss.blog.entry#title",
            "type": "ref"
          },
          "createdAt": {
            "ref": "beauty.piss.blog.entry#createdAt",
            "type": "ref"
          }
        }
      },
      "main": {
        "key": "tid",
        "type": "record",
        "record": {
          "type": "object",
          "required": [
            "posts"
          ],
          "properties": {
            "posts": {
              "type": "array",
              "items": {
                "ref": "#item",
                "type": "ref"
              },
              "description": "Reverse-chronological list of all posts in the blog."
            }
          }
        },
        "description": "An index of blog posts"
      }
    },
    "$type": "beauty.piss.blog.index",
    "lexicon": 1
  }
}