app.askeverything.actor.profile

askeverything.app

{
  "id": "app.askeverything.actor.profile",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "properties": {
          "bio": {
            "type": "string",
            "maxLength": 20000,
            "description": "Free-form bio. Supports Markdown.",
            "maxGraphemes": 2000
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "App-specific profile data for Ask Everything. Identity, handle, display name, and avatar come from the account's Bluesky profile and are not duplicated here. Preferences that gate AppView behavior only (such as whether the profile accepts directed asks, or NSFW filtering) are AppView-side settings, not record fields, since they cannot be enforced at the protocol level."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.askeverything.actor.profile

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:g7d3ia2ctyxputd3pjuccp2t
CID
bafyreidlkkky327qgfzfoqh436m7rlbkzmjv34xen7qi2xn5yih2pllptu
Indexed At
2026-07-20 13:56 UTC
AT-URI
at://did:plc:g7d3ia2ctyxputd3pjuccp2t/com.atproto.lexicon.schema/app.askeverything.actor.profile

Lexicon Garden

@