at.askimut.profile

ask.3615etienne.com

Documentation

main record

No description available.

Record Key literal:self Fixed literal value

Properties

amaTagDiscovery boolean Optional

Discover AMA Roots from first-level posts tagged #AMA (facet only)

amaUrlDiscovery boolean Optional

Discover AMA Roots from first-level posts linking this user's Askimut profile

avatar blob Optional

Profile avatar image

maxSize: 1.0 MB
description string Optional

Profile description or bio

maxLength: 300 bytes
displayName string Optional

Display name for the user

maxLength: 64 bytes
maxPendingPerAsker integer Optional

Maximum concurrent pending questions per asker; 0 = unlimited; default 1 when absent

minimum: 0
questionsOpen boolean Required

Whether the user is accepting questions

View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "questionsOpen"
    ],
    "properties": {
      "avatar": {
        "type": "blob",
        "accept": [
          "image/png",
          "image/jpeg",
          "image/gif",
          "image/webp"
        ],
        "maxSize": 1000000,
        "description": "Profile avatar image"
      },
      "description": {
        "type": "string",
        "maxLength": 300,
        "description": "Profile description or bio"
      },
      "displayName": {
        "type": "string",
        "maxLength": 64,
        "description": "Display name for the user"
      },
      "questionsOpen": {
        "type": "boolean",
        "description": "Whether the user is accepting questions"
      },
      "amaTagDiscovery": {
        "type": "boolean",
        "description": "Discover AMA Roots from first-level posts tagged #AMA (facet only)"
      },
      "amaUrlDiscovery": {
        "type": "boolean",
        "description": "Discover AMA Roots from first-level posts linking this user's Askimut profile"
      },
      "maxPendingPerAsker": {
        "type": "integer",
        "minimum": 0,
        "description": "Maximum concurrent pending questions per asker; 0 = unlimited; default 1 when absent"
      }
    }
  }
}

Lexicon Garden

@