# garden.lexicon.nourishing-earthworm.infoDraft

> Published by [sten.laugh.town](https://lexicon.garden/identity/did:plc:52a5dhsnyfu6csd3pupxgodl)

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:52a5dhsnyfu6csd3pupxgodl/garden.lexicon.nourishing-earthworm.infoDraft)
- [Documentation](https://lexicon.garden/lexicon/did:plc:52a5dhsnyfu6csd3pupxgodl/garden.lexicon.nourishing-earthworm.infoDraft/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:52a5dhsnyfu6csd3pupxgodl/garden.lexicon.nourishing-earthworm.infoDraft/examples)

## Definitions

### `garden.lexicon.nourishing-earthworm.infoDraft`

**Type**: `record`

About-page content: bio prose, headshot, reel, filmography.

**Key**: `literal:self`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `bio` | `string` | No |  |
| `lede` | `string` | No |  |
| `reelUrl` | `string` | No |  |
| `headshot` | `object` | No |  |
| `reelPosterSlug` | `string` | No |  |
| `filmographyMarkdown` | `string` | No |  |

## Raw Schema

```json
{
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [],
        "properties": {
          "bio": {
            "type": "string",
            "maxGraphemes": 5000
          },
          "lede": {
            "type": "string",
            "maxGraphemes": 1000
          },
          "reelUrl": {
            "type": "string"
          },
          "headshot": {
            "type": "object",
            "required": [
              "image"
            ],
            "properties": {
              "alt": {
                "type": "string",
                "maxGraphemes": 500
              },
              "image": {
                "type": "blob",
                "accept": [
                  "image/webp",
                  "image/jpeg",
                  "image/png"
                ],
                "maxSize": 6000000
              }
            }
          },
          "reelPosterSlug": {
            "type": "string"
          },
          "filmographyMarkdown": {
            "type": "string",
            "maxGraphemes": 50000
          }
        }
      },
      "description": "About-page content: bio prose, headshot, reel, filmography."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
