tech.waow.doodl.iconset

waow.tech

Documentation

Maps named UI slots to the user's chosen drawings. A singleton (key 'self'). Pure config — holds no images, only strongRefs to drawing records.

main record

Maps named UI slots to the user's chosen drawings. A singleton (key 'self'). Pure config — holds no images, only strongRefs to drawing records.

Record Key literal:self Fixed literal value

Properties

assignments array of ref #assignment Required

No description available.

maxLength: 64 items
updatedAt string datetime Optional

An RFC 3339 formatted timestamp.

View raw schema
{
  "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 object

No description available.

Properties

slot string Required

UI slot name, e.g. 'settings'.

maxLength: 64 bytes
View raw schema
{
  "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."
    }
  }
}

Lexicon Garden

@