tech.waow.doodl.preferences

waow.tech

{
  "id": "tech.waow.doodl.preferences",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "version",
          "defaults",
          "configuredAt"
        ],
        "properties": {
          "version": {
            "type": "integer",
            "description": "Schema version of this preferences record. Bumped only on a breaking change; new keys are added additively."
          },
          "defaults": {
            "type": "unknown",
            "description": "Open map of preference key -> value string. Unknown keys are ignored by older readers."
          },
          "configuredAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "The author's public preference declarations (singleton 'self'). `defaults` is an open map of preference key -> chosen value (e.g. explore: show|hide, botFeature: on|off); individual drawings may override a key via their own `prefs` field. The record's existence means the author has completed setup."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against tech.waow.doodl.preferences

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:siv7zbedip4vcet4v67piibr
CID
bafyreiht2ie7qvwjlmglf3avwcsqgfsprdkpyqrnwyf5s37uf25uwoqeg4
Indexed At
2026-08-23 05:21 UTC
AT-URI
at://did:plc:siv7zbedip4vcet4v67piibr/com.atproto.lexicon.schema/tech.waow.doodl.preferences

Lexicon Garden

@