app.rocksky.actor.status

rocksky.app

{
  "id": "app.rocksky.actor.status",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "track",
          "startedAt"
        ],
        "properties": {
          "track": {
            "ref": "app.rocksky.actor.defs#trackView",
            "type": "ref",
            "description": "The track currently being played."
          },
          "expiresAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the status expires. Defaults to startedAt plus track duration plus idle time."
          },
          "startedAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the track started playing."
          }
        }
      },
      "description": "The current listening status of the actor. Only one can be active at a time (rkey: self)."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.rocksky.actor.status

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

Metadata

DID
did:plc:vegqomyce4ssoqs7zwqvgqty
CID
bafyreibpnam7jvn3i3vtk6ukoshvhpaa4zq7qnbeqf7bwz73ihk5gouhh4
Indexed At
2026-05-22 12:19 UTC
AT-URI
at://did:plc:vegqomyce4ssoqs7zwqvgqty/com.atproto.lexicon.schema/app.rocksky.actor.status

Referenced Schemas (1)

Lexicon Garden

@