ai.newnal.trustsquare.comment

bezalel-newnal.bsky.social

{
  "id": "ai.newnal.trustsquare.comment",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "square",
          "text",
          "createdAt"
        ],
        "properties": {
          "text": {
            "type": "string",
            "maxLength": 20000,
            "maxGraphemes": 2000
          },
          "langs": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "language"
            },
            "maxLength": 3
          },
          "reply": {
            "ref": "ai.newnal.trustsquare.defs#replyRef",
            "type": "ref"
          },
          "square": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          },
          "editedAt": {
            "type": "string",
            "format": "datetime",
            "description": "Set when the record is updated after creation."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A comment in a Trust Square. Written only by identity-verified accounts."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against ai.newnal.trustsquare.comment

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

Metadata

DID
did:plc:75qhtany5zmo7d3i2ni5d7nf
CID
bafyreiby7ycpd2gz5wevdwpdyg7aidk44jed5r4kh3u3ryizssr2ijhu4y
Indexed At
2026-09-13 05:13 UTC
AT-URI
at://did:plc:75qhtany5zmo7d3i2ni5d7nf/com.atproto.lexicon.schema/ai.newnal.trustsquare.comment

Referenced Schemas (1)

Lexicon Garden

@