blue.backyard.feed.reblog

lexicon.store View official

{
  "id": "blue.backyard.feed.reblog",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "createdAt"
        ],
        "properties": {
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 640,
              "maxGraphemes": 64
            },
            "maxLength": 8,
            "description": "Tags added by the reblogger for categorization."
          },
          "content": {
            "type": "array",
            "items": {
              "refs": [
                "blue.backyard.feed.post#textBlock",
                "blue.backyard.feed.post#imageBlock",
                "blue.backyard.feed.post#embedBlock"
              ],
              "type": "union"
            },
            "maxLength": 20,
            "description": "Optional additional content blocks (text, images, embeds) added by the reblogger."
          },
          "subject": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "The post or reblog being reblogged."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A reblog of a Backyard post with optional additions."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A reblog of a post to the user's own feed, optionally with additional commentary and tags. Equivalent to a Tumblr reblog — the reblog appears in the reblogger's feed and carries the original post forward."
}

Validate Record

Validate a record against blue.backyard.feed.reblog

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreicsfzvqrukszs2fa4bgbjzmsnnuxvu6ot2mj4nuo3qahdv7rh4ccm
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/blue.backyard.feed.reblog

Referenced Schemas (3)

Lexicon Garden

@