Backfill in-progress. Some lexicons and records may be missing or incomplete.

net.anisota.graph.mute

anisota.net

{
  "id": "net.anisota.graph.mute",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "createdAt"
        ],
        "properties": {
          "reason": {
            "type": "string",
            "maxLength": 300,
            "description": "Optional reason for muting this account"
          },
          "subject": {
            "type": "string",
            "format": "did",
            "description": "DID of the account to mute"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the mute was created"
          },
          "expiresAt": {
            "type": "string",
            "format": "datetime",
            "description": "When this mute expires. If not set, mute is permanent"
          },
          "targetFeeds": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "at-uri"
            },
            "maxLength": 50,
            "description": "Specific feeds where this mute should apply. If empty, applies to all feeds"
          },
          "contentTypes": {
            "ref": "#contentTypes",
            "type": "ref",
            "description": "Types of content to mute from this account"
          }
        }
      },
      "description": "A record for muting content from a specific account with fine-grained control over content types and duration"
    },
    "contentTypes": {
      "type": "object",
      "properties": {
        "posts": {
          "type": "boolean",
          "default": true,
          "description": "Mute regular posts from this account"
        },
        "quotes": {
          "type": "boolean",
          "default": true,
          "description": "Mute quote posts from this account"
        },
        "replies": {
          "type": "boolean",
          "default": true,
          "description": "Mute replies from this account"
        },
        "reposts": {
          "type": "boolean",
          "default": true,
          "description": "Mute reposts from this account"
        }
      },
      "description": "Configuration for which types of content to mute"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against net.anisota.graph.mute

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:lcieujcfkv4jx7gehsvok3pr
CID
bafyreice3qrijxiu4fp5ze3avndelgjz7w7gl2iy3rf4zxb6oency5m27e
Indexed At
2026-01-04 07:21 UTC
AT-URI
at://did:plc:lcieujcfkv4jx7gehsvok3pr/com.atproto.lexicon.schema/net.anisota.graph.mute

Lexicon Garden

@