app.atmobb.actor.profile

lexicons.atmobb.app

Documentation

A user's atmobb profile, global across all forums. Lives in the user's repo.

main record

A user's atmobb profile, global across all forums. Lives in the user's repo.

Record Key literal:self Fixed literal value

Properties

avatar blob Optional

No description available.

maxSize: 1.0 MB
createdAt string datetime Optional

An RFC 3339 formatted timestamp.

displayName string Optional

No description available.

maxLength: 640 bytesmaxGraphemes: 64 graphemes
pronouns string Optional

No description available.

maxLength: 640 bytesmaxGraphemes: 64 graphemes
title string Optional

Self-chosen user title, shown under the username where the forum allows it.

maxLength: 640 bytesmaxGraphemes: 64 graphemes
website string uri Optional

A valid URI.

View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "properties": {
      "title": {
        "type": "string",
        "maxLength": 640,
        "description": "Self-chosen user title, shown under the username where the forum allows it.",
        "maxGraphemes": 64
      },
      "avatar": {
        "type": "blob",
        "accept": [
          "image/png",
          "image/jpeg",
          "image/webp",
          "image/gif"
        ],
        "maxSize": 1000000
      },
      "website": {
        "type": "string",
        "format": "uri"
      },
      "pronouns": {
        "type": "string",
        "maxLength": 640,
        "maxGraphemes": 64
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "signature": {
        "type": "array",
        "items": {
          "refs": [
            "app.atmobb.richtext.block#text",
            "app.atmobb.richtext.block#quote",
            "app.atmobb.richtext.block#code",
            "app.atmobb.richtext.block#image"
          ],
          "type": "union"
        },
        "maxLength": 3,
        "description": "Rendered under every post, phpBB style. Keep it short; clients may truncate."
      },
      "displayName": {
        "type": "string",
        "maxLength": 640,
        "maxGraphemes": 64
      }
    }
  },
  "description": "A user's atmobb profile, global across all forums. Lives in the user's repo."
}

Lexicon Garden

@