ATProto Browser

ATProto Browser

Experimental browser for the Atmosphere

Record data

{
  "uri": "at://did:plc:7mnpet2pvof2llhpcwattscf/beauty.piss.blog.entry/3llk47hlwq72o",
  "cid": "bafyreiet7eu7qdi2pgai6di6j4zycz33zuzck44yuh57rzcytdheay7zdy",
  "value": {
    "id": "beauty.piss.blog.entry",
    "defs": {
      "main": {
        "key": "tid",
        "type": "record",
        "record": {
          "type": "object",
          "required": [
            "content",
            "title",
            "createdAt"
          ],
          "properties": {
            "tags": {
              "ref": "#tags",
              "type": "ref"
            },
            "title": {
              "ref": "#title",
              "type": "ref"
            },
            "images": {
              "ref": "beauty.piss.embed.images",
              "type": "ref",
              "description": "The set of images, if any, embedded in the blog post."
            },
            "content": {
              "type": "string",
              "maxLength": 200000,
              "description": "The content of the blog post. This should be some flavor of Markdown."
            },
            "createdAt": {
              "ref": "#createdAt",
              "type": "ref"
            }
          }
        },
        "description": "A blog entry"
      },
      "tags": {
        "type": "array",
        "items": {
          "type": "string",
          "maxLength": 64
        },
        "maxLength": 10,
        "description": "An array of tags associated with the blog post. Tags can help categorize and organize posts."
      },
      "title": {
        "type": "string",
        "maxLength": 420,
        "description": "The title of the blog post."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "The date and time when the blog post was created. This is used for sorting and displaying the post's creation date."
      }
    },
    "$type": "beauty.piss.blog.entry",
    "lexicon": 1
  }
}