site.exosphere.moderation

exosphere.site

Documentation

A moderation action taken by a Sphere admin/owner. Published on the moderator's PDS.

main record

A moderation action taken by a Sphere admin/owner. Published on the moderator's PDS.

Record Key tid Timestamp-based ID

Properties

action string Required

No description available.

maxLength: 128 bytes
Known values: remove
sphere string at-uri Required

AT URI of the Sphere.

subject string at-uri Required

AT URI of the content being moderated.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "sphere",
      "subject",
      "action"
    ],
    "properties": {
      "action": {
        "type": "string",
        "maxLength": 128,
        "knownValues": [
          "remove"
        ]
      },
      "sphere": {
        "type": "string",
        "format": "at-uri",
        "description": "AT URI of the Sphere."
      },
      "subject": {
        "type": "string",
        "format": "at-uri",
        "description": "AT URI of the content being moderated."
      }
    }
  },
  "description": "A moderation action taken by a Sphere admin/owner. Published on the moderator's PDS."
}

Lexicon Garden

@