com.getorbyt.community.post

getorbyt.com

{
  "id": "com.getorbyt.community.post",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "community",
          "post",
          "createdAt"
        ],
        "properties": {
          "post": {
            "type": "string",
            "format": "at-uri",
            "description": "The linked app.bsky.feed.post. It must live in the same repository as this record and share its record key. Spelled as a plain AT-URI rather than a strong reference so the link never pins a CID it would have to chase."
          },
          "community": {
            "type": "string",
            "format": "at-uri",
            "description": "The com.getorbyt.community.declaration record this post is linked to."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A user-owned canonical link between a Bluesky post and an Orbyt Community. A sidecar record: it lives in the post author's own repository and its record key MUST be the record key of the linked app.bsky.feed.post, exactly as app.bsky.feed.threadgate does. That makes one link per post structural rather than enforced after the fact, and lets the link be fetched with a single com.atproto.repo.getRecord once the post URI is known. The linked post remains canonical in app.bsky.feed.post."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.getorbyt.community.post

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:2xrqztnmzlckb3xfuuukupso
CID
bafyreihn7tjrqfpcienjinmfccjtuc2dgfonkyh2uckcf6dpszpg2bgidy
Indexed At
2026-08-28 23:34 UTC
AT-URI
at://did:plc:2xrqztnmzlckb3xfuuukupso/com.atproto.lexicon.schema/com.getorbyt.community.post

Lexicon Garden

@