ai.newnal.trustsquare.moderationAction

bezalel-newnal.bsky.social

{
  "id": "ai.newnal.trustsquare.moderationAction",
  "defs": {
    "main": {
      "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."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against ai.newnal.trustsquare.moderationAction

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@