at.colocate.moderation

colocate.at

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

action string Required

No description available.

Known values: hide, restore
createdAt string datetime Required

An RFC 3339 formatted timestamp.

reason string Optional

No description available.

maxLength: 5000 bytesmaxGraphemes: 500 graphemes
View raw schema
{
  "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"
      }
    }
  }
}

Lexicon Garden

@