cafe.dummy.lsky.post

lsky-publisher.dummy.to

{
  "id": "cafe.dummy.lsky.post",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "content",
          "createdAt"
        ],
        "properties": {
          "facets": {
            "type": "array",
            "items": {
              "ref": "cafe.dummy.lsky.facet",
              "type": "ref"
            },
            "description": "Text formatting and annotations (bold/italics/etc, mentions...)"
          },
          "labels": {
            "refs": [
              "com.atproto.label.defs#selfLabels"
            ],
            "type": "union",
            "description": "Self-label values for this post. Effectively content warnings."
          },
          "content": {
            "type": "string",
            "maxLength": 1000000,
            "description": "May be an empty string, if there are embeds.",
            "maxGraphemes": 100000
          },
          "followup": {
            "ref": "#followupRef",
            "type": "ref"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when this post was originally created."
          }
        }
      }
    },
    "followupRef": {
      "type": "object",
      "required": [
        "root",
        "parent"
      ],
      "properties": {
        "root": {
          "ref": "com.atproto.repo.strongRef",
          "type": "ref"
        },
        "parent": {
          "ref": "com.atproto.repo.strongRef",
          "type": "ref"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against cafe.dummy.lsky.post

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

Metadata

DID
did:plc:yuilafccwsaj7a4qkkzhttdn
CID
bafyreiaipuhrwmvco4kigm32hgy3ha6mz4mxtzdj6eogovp6djj2pdsiae
Indexed At
2026-04-22 19:10 UTC
AT-URI
at://did:plc:yuilafccwsaj7a4qkkzhttdn/com.atproto.lexicon.schema/cafe.dummy.lsky.post

Referenced Schemas (2)

Lexicon Garden

@