dog.tellme.askConfig

tellme.dog

{
  "id": "dog.tellme.askConfig",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "enabled",
          "allowAnonymous",
          "createdAt"
        ],
        "properties": {
          "enabled": {
            "type": "boolean",
            "description": "Whether the ask box is accepting new questions."
          },
          "inboxUrl": {
            "type": "string",
            "format": "uri",
            "description": "URL of the public ask page (e.g. https://tellme.dog/ask/<handle>). Optional — the serving host may change independently of the record."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the ask box was first enabled."
          },
          "allowAnonymous": {
            "type": "boolean",
            "description": "Whether anonymous questions are accepted."
          }
        }
      },
      "description": "Configuration for a user's tellme.dog ask box. Singleton record (key is always 'self') in the ask box owner's repo. The record is the portable projection of the owner's settings; the tellme.dog service holds the operative copy."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against dog.tellme.askConfig

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:wl74gkfjjjralvfjerppih62
CID
bafyreidy3ysxxy3gipuzn6izmmgul6dciwiaxsluq7tc3ruye5x3tw35qu
Indexed At
2026-07-26 20:16 UTC
AT-URI
at://did:plc:wl74gkfjjjralvfjerppih62/com.atproto.lexicon.schema/dog.tellme.askConfig

Lexicon Garden

@