blue.catbird.circle.reportRecord

catbird.blue

{
  "id": "blue.catbird.circle.reportRecord",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "space",
            "uri",
            "reason"
          ],
          "properties": {
            "uri": {
              "type": "string",
              "format": "at-uri"
            },
            "space": {
              "type": "string",
              "format": "space-ref"
            },
            "reason": {
              "enum": [
                "spam",
                "abuse",
                "other"
              ],
              "type": "string"
            },
            "details": {
              "type": "string",
              "maxLength": 500
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "AuthRequired"
        },
        {
          "name": "AccessRemoved"
        },
        {
          "name": "UnsupportedPDS"
        },
        {
          "name": "ProtocolRevisionMismatch"
        },
        {
          "name": "UpstreamUnavailable"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "id"
          ],
          "properties": {
            "id": {
              "type": "string",
              "maxLength": 36,
              "minLength": 36,
              "description": "Canonical lowercase hyphenated RFC 4122 UUID."
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Report a record in a Circle Space"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against blue.catbird.circle.reportRecord

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:xg4h4n7w5mh3m4uoi27me4hh
CID
bafyreigltfk55juydosd7ez6yqawcamprdvnp4sf54722325fu72pm2jje
Indexed At
2026-08-26 15:54 UTC
AT-URI
at://did:plc:xg4h4n7w5mh3m4uoi27me4hh/com.atproto.lexicon.schema/blue.catbird.circle.reportRecord

Lexicon Garden

@