me.linkna.profile

linkna.me

Documentation

A user's custom profile for their Linkname page.

main record

A user's custom profile for their Linkname page.

Record Key literal:self Fixed literal value

Properties

avatar blob Optional

Custom profile picture for Linkname page.

maxSize: 1.0 MB
createdAt string datetime Optional

An RFC 3339 formatted timestamp.

description string Optional

Custom profile description for Linkname page.

maxLength: 256 bytes
View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "properties": {
      "avatar": {
        "type": "blob",
        "accept": [
          "image/png",
          "image/jpeg",
          "image/webp",
          "image/gif"
        ],
        "maxSize": 1000000,
        "description": "Custom profile picture for Linkname page."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "description": {
        "type": "string",
        "maxLength": 256,
        "description": "Custom profile description for Linkname page."
      }
    }
  },
  "description": "A user's custom profile for their Linkname page."
}

Lexicon Garden

@