tech.waow.doodl.iconset

waow.tech

{
  "id": "tech.waow.doodl.iconset",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "assignments"
        ],
        "properties": {
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          },
          "assignments": {
            "type": "array",
            "items": {
              "ref": "#assignment",
              "type": "ref"
            },
            "maxLength": 64
          }
        }
      },
      "description": "Maps named UI slots to the user's chosen drawings. A singleton (key 'self'). Pure config — holds no images, only strongRefs to drawing records."
    },
    "assignment": {
      "type": "object",
      "required": [
        "slot",
        "drawing"
      ],
      "properties": {
        "slot": {
          "type": "string",
          "maxLength": 64,
          "description": "UI slot name, e.g. 'settings'."
        },
        "drawing": {
          "ref": "com.atproto.repo.strongRef",
          "type": "ref",
          "description": "The drawing assigned to this slot."
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against tech.waow.doodl.iconset

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@