app.userinput.lock

userinput.app

{
  "id": "app.userinput.lock",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "lockedAt",
          "createdAt"
        ],
        "properties": {
          "subject": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "The discussion being locked. Indexed by constellation at subject.uri."
          },
          "lockedAt": {
            "type": "string",
            "format": "datetime",
            "description": "Cutoff time: replies with createdAt at or before this are shown; later ones are hidden."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A moderation lock on a discussion: replies created after lockedAt are no longer shown, and the thread is closed to new replies. Only honored when authored by the space owner or an appointed moderator. Latest createdAt wins; deleting the record unlocks (for that moderator). Lives in the moderator's repo."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.userinput.lock

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:uyixj57k6nmxrdj7pjs2ss5s
CID
bafyreiacjwqnrgvxvwtjmy6u5d3p6z6ehgpb6dkeqjgqh7nvckp66hmovm
Indexed At
2026-06-10 03:16 UTC
AT-URI
at://did:plc:uyixj57k6nmxrdj7pjs2ss5s/com.atproto.lexicon.schema/app.userinput.lock

Lexicon Garden

@