so.sprk.story.post

sprk.so

{
  "id": "so.sprk.story.post",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "createdAt",
          "media"
        ],
        "properties": {
          "media": {
            "refs": [
              "so.sprk.media.image",
              "so.sprk.media.video"
            ],
            "type": "union"
          },
          "sound": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          },
          "embeds": {
            "ref": "so.sprk.embed.defs#embeds",
            "type": "ref"
          },
          "labels": {
            "refs": [
              "com.atproto.label.defs#selfLabels"
            ],
            "type": "union",
            "description": "Self-label values for this story. Effectively content warnings."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when this story was originally created."
          }
        }
      },
      "description": "Record containing a Spark story."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against so.sprk.story.post

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

Metadata

DID
did:plc:cveom2iroj3mt747sd4qqnr2
CID
bafyreicprxnnxqlnydt3stmf7ifsi7sgmllqvmchh24o2v4bhgu4r2r5ca
Indexed At
2026-04-21 22:28 UTC
AT-URI
at://did:plc:cveom2iroj3mt747sd4qqnr2/com.atproto.lexicon.schema/so.sprk.story.post

Referenced Schemas (4)

Lexicon Garden

@