app.userinput.reply

userinput.app

{
  "id": "app.userinput.reply",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "body",
          "createdAt"
        ],
        "properties": {
          "body": {
            "type": "string",
            "maxLength": 20000,
            "maxGraphemes": 10000
          },
          "parent": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Optional parent reply, for threading."
          },
          "subject": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "The discussion being replied to. Indexed by constellation at subject.uri."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A reply on a discussion. Lives in the author's repo."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.userinput.reply

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:uyixj57k6nmxrdj7pjs2ss5s
CID
bafyreiawmqhu34mpi6cr3shtpe3ktlkxttdvwjfcq3h2ldjwsfwjq6smdm
Indexed At
2026-06-07 09:51 UTC
AT-URI
at://did:plc:uyixj57k6nmxrdj7pjs2ss5s/com.atproto.lexicon.schema/app.userinput.reply

Lexicon Garden

@