app.standard-reader.labeler.defs

standard-reader.app

Documentation

labelerPolicies object

No description available.

Properties

labelValues array of refcom.atproto.label.defs#labelValue Required

The label values which this labeler publishes. May include global or custom (labeler-defined) values.

View raw schema
{
  "type": "object",
  "required": [
    "labelValues"
  ],
  "properties": {
    "labelValues": {
      "type": "array",
      "items": {
        "ref": "com.atproto.label.defs#labelValue",
        "type": "ref"
      },
      "description": "The label values which this labeler publishes. May include global or custom (labeler-defined) values."
    },
    "labelValueDefinitions": {
      "type": "array",
      "items": {
        "ref": "com.atproto.label.defs#labelValueDefinition",
        "type": "ref"
      },
      "description": "Label values created by this labeler and scoped exclusively to it. Each value provides its own meaning and behaviors."
    }
  }
}
labelerView object

No description available.

Properties

avatar string uri Optional

A valid URI.

description string Optional

No description available.

maxLength: 3000 bytesmaxGraphemes: 300 graphemes
did string did Required

A decentralized identifier (DID).

displayName string Optional

No description available.

maxLength: 640 bytesmaxGraphemes: 64 graphemes
indexedAt string datetime Optional

An RFC 3339 formatted timestamp.

View raw schema
{
  "type": "object",
  "required": [
    "did"
  ],
  "properties": {
    "did": {
      "type": "string",
      "format": "did"
    },
    "avatar": {
      "type": "string",
      "format": "uri"
    },
    "policies": {
      "ref": "#labelerPolicies",
      "type": "ref"
    },
    "indexedAt": {
      "type": "string",
      "format": "datetime"
    },
    "description": {
      "type": "string",
      "maxLength": 3000,
      "maxGraphemes": 300
    },
    "displayName": {
      "type": "string",
      "maxLength": 640,
      "maxGraphemes": 64
    }
  }
}

Lexicon Garden

@