best.mediaserver.lspace.experimental.historyEntry

lspace.mediaserver.best

{
  "id": "best.mediaserver.lspace.experimental.historyEntry",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "eventId",
          "recordedAt",
          "change"
        ],
        "properties": {
          "change": {
            "refs": [
              "lex:best.mediaserver.lspace.experimental.defs#progress",
              "lex:best.mediaserver.lspace.experimental.defs#retraction"
            ],
            "type": "union",
            "closed": true
          },
          "eventId": {
            "type": "string",
            "maxLength": 36,
            "minLength": 36,
            "description": "A UUID that also serves as the record key. Retrying a change keeps this ID."
          },
          "recordedAt": {
            "type": "string",
            "format": "datetime",
            "description": "The device clock time. This field does not decide which concurrent change wins."
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "One immutable progress change or retraction. Its repository DID identifies its owner."
}

Validate Record

Validate a record against best.mediaserver.lspace.experimental.historyEntry

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

Metadata

DID
did:plc:432gc3tn6mbhglopn6idgxnx
CID
bafyreid3ahor72v3cp6kvz7525bj36arntrlkbflhwiir22r5cyib3psqi
Indexed At
2026-09-07 16:28 UTC
AT-URI
at://did:plc:432gc3tn6mbhglopn6idgxnx/com.atproto.lexicon.schema/best.mediaserver.lspace.experimental.historyEntry

Referenced Schemas (2)

  • lex:best.mediaserver.lspace.experimental.defs#progress
  • lex:best.mediaserver.lspace.experimental.defs#retraction

Lexicon Garden

@