ai.newnal.trustsquare.comment

bezalel-newnal.bsky.social

Documentation

A comment in a Trust Square. Written only by identity-verified accounts.

main record

A comment in a Trust Square. Written only by identity-verified accounts.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

editedAt string datetime Optional

Set when the record is updated after creation.

langs array of string language Optional

No description available.

maxLength: 3 items
text string Required

No description available.

maxLength: 20000 bytesmaxGraphemes: 2000 graphemes
View raw schema
{
  "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."
}

Lexicon Garden

@