garden.lexicon.nourishing-earthworm.infoDraft

sten.laugh.town View official

Documentation

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

main record

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

Record Key literal:self Fixed literal value

Properties

bio string Optional

No description available.

maxGraphemes: 5000 graphemes
filmographyMarkdown string Optional

No description available.

maxGraphemes: 50000 graphemes
headshot object Optional

No description available.

lede string Optional

No description available.

maxGraphemes: 1000 graphemes
reelPosterSlug string Optional

No description available.

reelUrl string Optional

No description available.

View raw schema
{
  "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."
}

Lexicon Garden

@