# ink.branchline.seed

> Published by [branchline.ink](https://lexicon.garden/identity/did:plc:brvu7akhdvsqcomb67pafw25)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:brvu7akhdvsqcomb67pafw25/ink.branchline.seed)
- [Documentation](https://lexicon.garden/lexicon/did:plc:brvu7akhdvsqcomb67pafw25/ink.branchline.seed/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:brvu7akhdvsqcomb67pafw25/ink.branchline.seed/examples)

## Definitions

### `ink.branchline.seed`

**Type**: `record`

A seed, the permission to plant a story tree.

**Key**: `tid`

## Raw Schema

```json
{
  "id": "ink.branchline.seed",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "grantee": {
          "type": "string",
          "format": "did",
          "description": "The DID of the grantee."
        },
        "grantor": {
          "type": "string",
          "format": "at-uri",
          "description": "The seed that this was granted from"
        },
        "createdAt": {
          "type": "string",
          "format": "datetime",
          "description": "The timestamp of the grant."
        },
        "expiresAt": {
          "type": "string",
          "format": "datetime",
          "description": "The timestamp of the grant expiration."
        }
      },
      "required": [
        "grantee",
        "createdAt"
      ],
      "description": "A seed, the permission to plant a story tree."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
