app.beaconbits.report

beaconbits.app

{
  "id": "app.beaconbits.report",
  "defs": {
    "main": {
      "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"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.beaconbits.report

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:j5ttxzdb5kwo4mcqkmzgvt33
CID
bafyreihzs3yrqui6x5bfohmmz7dikb5u7zdrvtpcffpb6tllpkn654sehq
Indexed At
2026-02-13 14:19 UTC
AT-URI
at://did:plc:j5ttxzdb5kwo4mcqkmzgvt33/com.atproto.lexicon.schema/app.beaconbits.report

Lexicon Garden

@