ink.branchline.createPollen

branchline.ink

{
  "id": "ink.branchline.createPollen",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "subjectUri"
          ],
          "properties": {
            "subjectUri": {
              "type": "string",
              "format": "at-uri",
              "description": "AT-URI of the ink.branchline.bud record to pollinate."
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "Unauthorized",
          "description": "The caller is not signed in."
        },
        {
          "name": "SubjectNotFound",
          "description": "The subject bud does not exist in the AppView."
        },
        {
          "name": "SelfPollinate",
          "description": "The caller is the subject bud's author. Authors cannot pollinate their own buds."
        },
        {
          "name": "DuplicatePollen",
          "description": "The caller has already pollinated this subject."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "uri",
            "cid"
          ],
          "properties": {
            "cid": {
              "type": "string",
              "format": "cid"
            },
            "uri": {
              "type": "string",
              "format": "at-uri"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Pollinate a bud — a lightweight mark of appreciation. The caller must be signed in. The AppView writes an ink.branchline.pollen record to the caller's PDS and mirrors it into the local read cache. At most one pollen grain per (author, subject) is honored; retrying a call for the same subject is rejected with DuplicatePollen."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against ink.branchline.createPollen

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:brvu7akhdvsqcomb67pafw25
CID
bafyreibxe4jukcxpcr5fc63xacuavbgpenii7e55cz4qka74icp6ujjhue
Indexed At
2026-04-15 19:25 UTC
AT-URI
at://did:plc:brvu7akhdvsqcomb67pafw25/com.atproto.lexicon.schema/ink.branchline.createPollen

Lexicon Garden

@