at.askimut.moderation.suspend

ask.3615etienne.com

Documentation

App-wide suspension: the subject account cannot submit native Questions on Askimut.

main record

App-wide suspension: the subject account cannot submit native Questions on Askimut.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

reason string Optional

Optional operator note.

maxLength: 300 bytes
subject string did Required

DID of the suspended account.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt"
    ],
    "properties": {
      "reason": {
        "type": "string",
        "maxLength": 300,
        "description": "Optional operator note."
      },
      "subject": {
        "type": "string",
        "format": "did",
        "description": "DID of the suspended account."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "App-wide suspension: the subject account cannot submit native Questions on Askimut."
}

Lexicon Garden

@