app.standard-reader.labeler.service

standard-reader.app

{
  "id": "app.standard-reader.labeler.service",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "did",
          "serviceEndpoint",
          "createdAt"
        ],
        "properties": {
          "did": {
            "type": "string",
            "format": "did",
            "description": "DID of the labeler — the `src` on its labels (and whose key signs them)."
          },
          "avatar": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg",
              "image/svg+xml"
            ],
            "maxSize": 1000000
          },
          "policies": {
            "ref": "app.standard-reader.labeler.defs#labelerPolicies",
            "type": "ref"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 3000,
            "maxGraphemes": 300
          },
          "displayName": {
            "type": "string",
            "maxLength": 640,
            "maxGraphemes": 64
          },
          "serviceEndpoint": {
            "type": "string",
            "format": "uri",
            "description": "Origin serving this labeler's com.atproto.label.queryLabels / subscribeLabels."
          }
        }
      },
      "description": "Registers a Standard Reader labeler. This record is the single source of truth for a labeler: its identity, where to reach its label server, how it presents, and its label-value definitions. Indexed off the network like any other record (the owner of the record is the labeler's author); the label server itself only answers com.atproto.label.queryLabels / subscribeLabels."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

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

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

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@