at.askimut.profile

ask.3615etienne.com

{
  "id": "at.askimut.profile",
  "defs": {
    "main": {
      "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"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against at.askimut.profile

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:7yidlxzkmtk2d5zwljdlhg3f
CID
bafyreifuxvd36i46xbcfpsgq2g3zc6pn6s6mslrn54qllmvjaq2f75ggui
Indexed At
2026-08-15 18:01 UTC
AT-URI
at://did:plc:7yidlxzkmtk2d5zwljdlhg3f/com.atproto.lexicon.schema/at.askimut.profile

Version History (2 versions)

Lexicon Garden

@