work.mattriley.socialLink

mattriley.work

Documentation

A social link record for a single profile destination.

main record

A social link record for a single profile destination.

Record Key any Any valid record key

Properties

icon string Required

Icon identifier used by the frontend.

order integer Required

Display order for the homepage social links.

minimum: 0
title string Required

Human-readable label for the social destination.

url string uri Required

Absolute URL for the social profile.

View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "order",
      "title",
      "url",
      "icon"
    ],
    "properties": {
      "url": {
        "type": "string",
        "format": "uri",
        "description": "Absolute URL for the social profile."
      },
      "icon": {
        "type": "string",
        "description": "Icon identifier used by the frontend."
      },
      "order": {
        "type": "integer",
        "minimum": 0,
        "description": "Display order for the homepage social links."
      },
      "title": {
        "type": "string",
        "description": "Human-readable label for the social destination."
      }
    }
  },
  "description": "A social link record for a single profile destination."
}

Lexicon Garden

@