Backfill in-progress. Some lexicons and records may be missing or incomplete.

tools.smokesignal.blahg.content.post

smokesignal.events

{
  "id": "tools.smokesignal.blahg.content.post",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "properties": {
          "langs": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "language"
            },
            "maxLength": 3,
            "description": "Indicates human language of text content."
          },
          "title": {
            "type": "string",
            "maxLength": 2000,
            "maxGraphemes": 200
          },
          "content": {
            "type": "blob",
            "accept": [
              "text/plain",
              "text/html",
              "text/markdown"
            ],
            "maxSize": 1000000,
            "description": "The content of the post"
          },
          "attachments": {
            "type": "array",
            "items": {
              "ref": "#attachment",
              "type": "ref"
            }
          },
          "publishedAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A blagh post"
    },
    "attachment": {
      "type": "object",
      "required": [
        "content"
      ],
      "properties": {
        "alt": {
          "type": "string",
          "description": "Alt text description of the content, for accessibility."
        },
        "content": {
          "type": "blob",
          "accept": [
            "image/*"
          ],
          "maxSize": 3000000
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against tools.smokesignal.blahg.content.post

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:tgudj2fjm77pzkuawquqhsxm
CID
bafyreigpwda5o3rh6632be54z7oq5fpgyeytmabgxliskb32e2onk4l45m
Indexed At
2026-01-04 13:27 UTC
AT-URI
at://did:plc:tgudj2fjm77pzkuawquqhsxm/com.atproto.lexicon.schema/tools.smokesignal.blahg.content.post

Lexicon Garden

@