st.snowpo.post

snowpo.st

{
  "id": "st.snowpo.post",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "content",
          "createdAt"
        ],
        "properties": {
          "content": {
            "type": "blob",
            "accept": [
              "text/markdown"
            ],
            "maxSize": 1000000
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when this post was originally created."
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when this post was last updated."
          },
          "previewText": {
            "type": "string",
            "maxLength": 300,
            "description": "Display title"
          }
        }
      },
      "description": "Record linking to a Markdown file."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against st.snowpo.post

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:e7lsxyaj7uuuwh7wtx5ewqp3
CID
bafyreidulvguqqsxfhitacntdlwvxkiaztiykxb6icttsxcjjpsyfc4loa
Indexed At
2026-02-05 02:28 UTC
AT-URI
at://did:plc:e7lsxyaj7uuuwh7wtx5ewqp3/com.atproto.lexicon.schema/st.snowpo.post

Version History (2 versions)

Lexicon Garden

@