com.getorbyt.community.createReport

getorbyt.com

{
  "id": "com.getorbyt.community.createReport",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "community",
            "post",
            "reason"
          ],
          "properties": {
            "post": {
              "type": "string",
              "format": "at-uri"
            },
            "reason": {
              "type": "string",
              "maxLength": 2000,
              "minLength": 1
            },
            "community": {
              "type": "string",
              "format": "at-uri"
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "AuthenticationRequired"
        },
        {
          "name": "CommunityNotFound"
        },
        {
          "name": "PostNotFound"
        },
        {
          "name": "RateLimitExceeded"
        },
        {
          "name": "InvalidRequest"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "report",
            "created"
          ],
          "properties": {
            "report": {
              "ref": "com.getorbyt.community.defs#reportView",
              "type": "ref"
            },
            "created": {
              "type": "boolean"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Creates a private Community-moderator report for a linked post. Requires authenticated service authorization."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.getorbyt.community.createReport

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:2xrqztnmzlckb3xfuuukupso
CID
bafyreib7qtt2dagbhia6qkxl4p3tsevkuzvy5kbyc622qf4wyqqrw3oit4
Indexed At
2026-09-02 18:57 UTC
AT-URI
at://did:plc:2xrqztnmzlckb3xfuuukupso/com.atproto.lexicon.schema/com.getorbyt.community.createReport

Referenced Schemas (1)

Lexicon Garden

@