ai.newnal.trustsquare.moderationAction

bezalel-newnal.bsky.social

Documentation

A moderation action by a Square owner on content in their Square.

main record

A moderation action by a Square owner on content in their Square.

Record Key tid Timestamp-based ID

Properties

action string Required

No description available.

Known values: hide, unhide
createdAt string datetime Required

An RFC 3339 formatted timestamp.

reason string Optional

No description available.

maxLength: 3000 bytesmaxGraphemes: 300 graphemes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "square",
      "subject",
      "action",
      "createdAt"
    ],
    "properties": {
      "action": {
        "type": "string",
        "knownValues": [
          "hide",
          "unhide"
        ]
      },
      "reason": {
        "type": "string",
        "maxLength": 3000,
        "maxGraphemes": 300
      },
      "square": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref"
      },
      "subject": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref",
        "description": "Comment or chat message."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A moderation action by a Square owner on content in their Square."
}

Lexicon Garden

@