garden.lexicon.nourishing-earthworm.siteConfig

sten.laugh.town View official

Documentation

Site-wide identity, socials, home-page collage, and /photo tile grid.

main record

Site-wide identity, socials, home-page collage, and /photo tile grid.

Record Key literal:self Fixed literal value

Properties

city string Optional

No description available.

collage array of object Optional

No description available.

description string Optional

No description available.

email string Optional

No description available.

name string Optional

No description available.

photoTiles array of object Optional

No description available.

role string Optional

No description available.

socials object Optional

No description available.

union string Optional

No description available.

View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [],
    "properties": {
      "city": {
        "type": "string"
      },
      "name": {
        "type": "string"
      },
      "role": {
        "type": "string"
      },
      "email": {
        "type": "string"
      },
      "union": {
        "type": "string"
      },
      "collage": {
        "type": "array",
        "items": {
          "type": "object",
          "required": [
            "slug",
            "area"
          ],
          "properties": {
            "area": {
              "type": "string",
              "maxLength": 2
            },
            "slug": {
              "type": "string"
            },
            "focusX": {
              "type": "integer",
              "maximum": 100,
              "minimum": 0
            },
            "focusY": {
              "type": "integer",
              "maximum": 100,
              "minimum": 0
            },
            "imageIndex": {
              "type": "integer",
              "minimum": 0
            }
          }
        }
      },
      "socials": {
        "type": "object",
        "properties": {
          "imdb": {
            "type": "string"
          },
          "vimeo": {
            "type": "string"
          },
          "instagram": {
            "type": "string"
          }
        }
      },
      "photoTiles": {
        "type": "array",
        "items": {
          "type": "object",
          "required": [
            "title"
          ],
          "properties": {
            "note": {
              "type": "string"
            },
            "slug": {
              "type": "string"
            },
            "cover": {
              "type": "blob",
              "accept": [
                "image/webp",
                "image/jpeg",
                "image/png"
              ],
              "maxSize": 6000000
            },
            "title": {
              "type": "string"
            }
          }
        }
      },
      "description": {
        "type": "string"
      }
    }
  },
  "description": "Site-wide identity, socials, home-page collage, and /photo tile grid."
}

Lexicon Garden

@