app.juttu.articleLink

juttu.app

{
  "id": "app.juttu.articleLink",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "articleId",
          "commentsThread",
          "createdAt"
        ],
        "properties": {
          "articleId": {
            "type": "string",
            "maxLength": 300,
            "description": "The site-specific unique identifier for the article (e.g., slug)."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "The original publication timestamp of the article."
          },
          "articleUrl": {
            "type": "string",
            "format": "uri",
            "description": "The URL of the article."
          },
          "commentsThread": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "A strong reference to the root post (e.g., app.bsky.feed.post) of the comments thread."
          }
        }
      },
      "description": "Maps a unique article ID to its Bluesky comments thread, preserving original creation time."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.juttu.articleLink

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:wgh2vn7jb56unancaapfmrin
CID
bafyreidtxfq44adargrxpdotv7lrlwxdu4db6pdfrxhvsxm5v4rmoehu4y
Indexed At
2026-01-10 15:01 UTC
AT-URI
at://did:plc:wgh2vn7jb56unancaapfmrin/com.atproto.lexicon.schema/app.juttu.articleLink

Lexicon Garden

@