ink.branchline.listAuthorActivity

branchline.ink

{
  "id": "ink.branchline.listAuthorActivity",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "since",
            "until",
            "days",
            "currentStreak",
            "totalBuds"
          ],
          "properties": {
            "days": {
              "type": "array",
              "items": {
                "ref": "#dayCount",
                "type": "ref"
              },
              "description": "Exactly 30 entries, oldest-first, with zero-count days included."
            },
            "since": {
              "type": "string",
              "description": "Inclusive start of the window in tz-local calendar form (YYYY-MM-DD). Always 29 days before `until`."
            },
            "until": {
              "type": "string",
              "description": "Inclusive end of the window in tz-local calendar form (YYYY-MM-DD). Always the caller's local 'today'."
            },
            "totalBuds": {
              "type": "integer",
              "description": "Sum of counts across the 30-day window."
            },
            "currentStreak": {
              "type": "integer",
              "description": "Consecutive days ending at `until` (inclusive) where count >= 1. Zero if the caller's 'today' has no buds yet."
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "actor",
          "tz"
        ],
        "properties": {
          "tz": {
            "type": "string",
            "description": "IANA timezone identifier (e.g. America/New_York) used to bucket createdAt into local days and to anchor 'today'."
          },
          "actor": {
            "type": "string",
            "format": "did",
            "description": "DID of the author whose activity to aggregate."
          }
        }
      },
      "description": "Per-day bud counts for an author over the trailing 30 days in the viewer's local timezone, plus a current streak (consecutive days ending today with at least one bud). Powers the leaf-themed activity strip on profile pages."
    },
    "dayCount": {
      "type": "object",
      "required": [
        "date",
        "count"
      ],
      "properties": {
        "date": {
          "type": "string",
          "description": "tz-local calendar date (YYYY-MM-DD)."
        },
        "count": {
          "type": "integer",
          "description": "Number of buds the author created on this local day."
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against ink.branchline.listAuthorActivity

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:brvu7akhdvsqcomb67pafw25
CID
bafyreif4amrb2hjavrashjr4qrku7wsjuhjbpmxyke4p2ftmeyfqeyf5u4
Indexed At
2026-04-21 05:14 UTC
AT-URI
at://did:plc:brvu7akhdvsqcomb67pafw25/com.atproto.lexicon.schema/ink.branchline.listAuthorActivity

Lexicon Garden

@