ink.branchline.getSeeds

branchline.ink

{
  "id": "ink.branchline.getSeeds",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "seeds"
          ],
          "properties": {
            "seeds": {
              "type": "array",
              "items": {
                "ref": "#seedView",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "uris"
        ],
        "properties": {
          "uris": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "at-uri"
            },
            "maxLength": 25,
            "description": "AT-URIs of seeds to hydrate."
          }
        }
      },
      "description": "Hydrate seed views for a set of AT-URIs. Seeds are returned in the same order as the input URIs. Unknown URIs are silently omitted."
    },
    "seedView": {
      "type": "object",
      "required": [
        "uri",
        "cid",
        "grantee",
        "grantedBy",
        "createdAt"
      ],
      "properties": {
        "cid": {
          "type": "string",
          "format": "cid"
        },
        "uri": {
          "type": "string",
          "format": "at-uri"
        },
        "grantee": {
          "ref": "#authorView",
          "type": "ref"
        },
        "createdAt": {
          "type": "string",
          "format": "datetime"
        },
        "expiresAt": {
          "type": "string",
          "format": "datetime",
          "description": "Earliest expiresAt across the entire provenance chain (self + ancestors). Absent when no seed in the chain has an expiry."
        },
        "grantedBy": {
          "ref": "#authorView",
          "type": "ref",
          "description": "Immediate grantor (depth 1 only) — the author of this seed record. For a root seed this is also the chain's origin."
        }
      }
    },
    "authorView": {
      "type": "object",
      "required": [
        "did",
        "handle"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did"
        },
        "handle": {
          "type": "string",
          "format": "handle"
        },
        "displayName": {
          "type": "string",
          "maxLength": 640,
          "maxGraphemes": 64
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against ink.branchline.getSeeds

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@