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

app.bsky.actor.status

bsky-lexicons.bsky.social

{
  "id": "app.bsky.actor.status",
  "defs": {
    "live": {
      "type": "token",
      "description": "Advertises an account as currently offering live content."
    },
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "status",
          "createdAt"
        ],
        "properties": {
          "embed": {
            "refs": [
              "app.bsky.embed.external"
            ],
            "type": "union",
            "description": "An optional embed associated with the status."
          },
          "status": {
            "type": "string",
            "description": "The status for the account.",
            "knownValues": [
              "app.bsky.actor.status#live"
            ]
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "durationMinutes": {
            "type": "integer",
            "minimum": 1,
            "description": "The duration of the status in minutes. Applications can choose to impose minimum and maximum limits."
          }
        }
      },
      "description": "A declaration of a Bluesky account status."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.bsky.actor.status

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

Metadata

DID
did:plc:4v4y5r3lwsbtmsxhile2ljac
CID
bafyreifdg4b64wohpwkh5lydc6tckvol2rspnpni6dec6recy2rhvlnz4a
Indexed At
2026-01-04 19:38 UTC
AT-URI
at://did:plc:4v4y5r3lwsbtmsxhile2ljac/com.atproto.lexicon.schema/app.bsky.actor.status

Referenced Schemas (1)

Lexicon Garden

@