app.standard-reader.labeler.subscription

standard-reader.app

{
  "id": "app.standard-reader.labeler.subscription",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "labeler",
          "createdAt"
        ],
        "properties": {
          "labels": {
            "type": "array",
            "items": {
              "ref": "#labelPref",
              "type": "ref"
            },
            "description": "Per-label visibility overrides for this labeler's label values."
          },
          "labeler": {
            "type": "string",
            "format": "did",
            "description": "DID of the labeler service being subscribed to."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the reader subscribed to the labeler."
          }
        }
      },
      "description": "Subscribes the reader to a labeler service (like adding a Bluesky moderation service). Presence of the record means subscribed; deleting it unsubscribes. The rkey is derived from the labeler DID so each labeler maps to a single record. Successor to app.standard-reader.labelerSubscription, nested under the labeler NSID group."
    },
    "labelPref": {
      "type": "object",
      "required": [
        "val",
        "visibility"
      ],
      "properties": {
        "val": {
          "type": "string",
          "maxLength": 128,
          "description": "The label value this preference applies to."
        },
        "visibility": {
          "type": "string",
          "maxLength": 16,
          "description": "ignore = show normally; warn = content warning / blur; hide = filter out.",
          "knownValues": [
            "ignore",
            "warn",
            "hide"
          ]
        }
      },
      "description": "How the reader wants a single label value from this labeler treated."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.standard-reader.labeler.subscription

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:f4os2wz5fjl56xpwcvtnqu7m
CID
bafyreibd3hetxnwfyjr4a25zxs3rgop7bm3forc2lzf2mpjrqodvydxmmq
Indexed At
2026-07-26 20:08 UTC
AT-URI
at://did:plc:f4os2wz5fjl56xpwcvtnqu7m/com.atproto.lexicon.schema/app.standard-reader.labeler.subscription

Version History (2 versions)

Lexicon Garden

@