blue.flashes.story.post

flashes.blue

{
  "id": "blue.flashes.story.post",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "image",
          "createdAt"
        ],
        "properties": {
          "text": {
            "type": "string",
            "maxLength": 2000,
            "description": "Optional text overlay on the story"
          },
          "image": {
            "type": "blob",
            "accept": [
              "image/jpeg",
              "image/png",
              "image/webp"
            ],
            "maxSize": 10485760
          },
          "facets": {
            "type": "array",
            "items": {
              "ref": "app.bsky.richtext.facet",
              "type": "ref"
            },
            "description": "Rich text facets for mentions, links, and tags"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "expiresInMinutes": {
            "type": "integer",
            "default": 1440,
            "maximum": 10080,
            "minimum": 1,
            "description": "Number of minutes until this story expires (default: 24 hours)"
          }
        }
      },
      "description": "A story record for the Flashes app - ephemeral content that expires after a specified duration"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against blue.flashes.story.post

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

Metadata

DID
did:plc:24kqkpfy6z7avtgu3qg57vvl
CID
bafyreidiqimfagsklhh7ot3q3hyakpeqt6duumja3mjxaflip243n4jlzq
Indexed At
2026-04-18 10:05 UTC
AT-URI
at://did:plc:24kqkpfy6z7avtgu3qg57vvl/com.atproto.lexicon.schema/blue.flashes.story.post

Referenced Schemas (1)

Lexicon Garden

@