im.flushing.reply

flushes.app

{
  "id": "im.flushing.reply",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "text",
          "reply",
          "createdAt"
        ],
        "properties": {
          "text": {
            "type": "string",
            "maxLength": 1000,
            "maxGraphemes": 240
          },
          "emoji": {
            "type": "string",
            "maxLength": 32,
            "maxGraphemes": 1
          },
          "reply": {
            "ref": "#replyRef",
            "type": "ref"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A reply to a flush, or to another reply."
    },
    "replyRef": {
      "type": "object",
      "required": [
        "root",
        "parent"
      ],
      "properties": {
        "root": {
          "ref": "com.atproto.repo.strongRef",
          "type": "ref"
        },
        "parent": {
          "ref": "com.atproto.repo.strongRef",
          "type": "ref"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against im.flushing.reply

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:omyqslmybfah7a5shue7hnqz
CID
bafyreidnndwf6kygy7as55ryi2sw7ps24x7x72ksrkjprkth7bqwoeqtoi
Indexed At
2026-08-05 17:59 UTC
AT-URI
at://did:plc:omyqslmybfah7a5shue7hnqz/com.atproto.lexicon.schema/im.flushing.reply

Lexicon Garden

@