at.colocate.moderation

colocate.at

{
  "id": "at.colocate.moderation",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "action",
          "createdAt"
        ],
        "properties": {
          "action": {
            "type": "string",
            "knownValues": [
              "hide",
              "restore"
            ]
          },
          "reason": {
            "type": "string",
            "maxLength": 5000,
            "maxGraphemes": 500
          },
          "subject": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against at.colocate.moderation

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:5q2ni46yjdcgf3baqd5e4prs
CID
bafyreifejvrrso4sxmiuwkzc62a3dh3iduzzt5wxqeasw66jmdtx4aoyju
Indexed At
2026-08-21 21:28 UTC
AT-URI
at://did:plc:5q2ni46yjdcgf3baqd5e4prs/com.atproto.lexicon.schema/at.colocate.moderation

Lexicon Garden

@