app.beaconbits.report

beaconbits.app

Documentation

A report of inappropriate content on a beacon

main record

A report of inappropriate content on a beacon

Record Key tid Timestamp-based ID

Properties

beaconUri string at-uri Required

AT URI of the beacon being reported

createdAt string datetime Required

Timestamp when the report was created

details string Optional

Additional context for the report

maxGraphemes: 500 graphemes
reason string Required

Reason for the report

maxGraphemes: 64 graphemes
Known values: spam, inappropriate_content, doxxing, harassment, impersonation, other
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "beaconUri",
      "reason",
      "createdAt"
    ],
    "properties": {
      "reason": {
        "type": "string",
        "description": "Reason for the report",
        "knownValues": [
          "spam",
          "inappropriate_content",
          "doxxing",
          "harassment",
          "impersonation",
          "other"
        ],
        "maxGraphemes": 64
      },
      "details": {
        "type": "string",
        "description": "Additional context for the report",
        "maxGraphemes": 500
      },
      "beaconUri": {
        "type": "string",
        "format": "at-uri",
        "description": "AT URI of the beacon being reported"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Timestamp when the report was created"
      }
    }
  },
  "description": "A report of inappropriate content on a beacon"
}

Lexicon Garden

@