ink.branchline.listAuthorPlantings

branchline.ink

{
  "id": "ink.branchline.listAuthorPlantings",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "plantings"
          ],
          "properties": {
            "cursor": {
              "type": "string",
              "description": "Opaque pagination token for the next page. Absent when there are no more results."
            },
            "plantings": {
              "type": "array",
              "items": {
                "ref": "#plantingView",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "actor"
        ],
        "properties": {
          "actor": {
            "type": "string",
            "format": "did",
            "description": "DID of the author whose plantings to list."
          },
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1
          },
          "cursor": {
            "type": "string",
            "description": "Opaque pagination token returned by a prior call."
          }
        }
      },
      "description": "List trees planted by an author. A planting is a root bud (depth 0) authored by `actor`; each entry reports the root AT-URI and the height of the tallest branch descended from it."
    },
    "plantingView": {
      "type": "object",
      "required": [
        "root",
        "treeHeight"
      ],
      "properties": {
        "root": {
          "type": "string",
          "format": "at-uri",
          "description": "AT-URI of the root bud the author planted."
        },
        "treeHeight": {
          "type": "integer",
          "minimum": 1,
          "description": "Length of the longest root-to-leaf path in this tree (1 when the root has no children)."
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against ink.branchline.listAuthorPlantings

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:brvu7akhdvsqcomb67pafw25
CID
bafyreiaxpr2oqa2wc3cm5wyyidyiia6diykqlgtfwp6s3tjgubtvv3xqja
Indexed At
2026-04-18 03:29 UTC
AT-URI
at://did:plc:brvu7akhdvsqcomb67pafw25/com.atproto.lexicon.schema/ink.branchline.listAuthorPlantings

Lexicon Garden

@