tech.waow.doodl.drawing

waow.tech

Documentation

A hand-drawn doodle stored on the author's PDS. Used for gallery art, app icons, anything.

main record

A hand-drawn doodle stored on the author's PDS. Used for gallery art, app icons, anything.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

image blob Required

No description available.

maxSize: 1.0 MB
name string Optional

Optional title.

maxLength: 640 bytes
prefs unknown Optional

Optional per-drawing preference overrides (open map of key -> value, e.g. explore: hide). Absent = inherit the author's tech.waow.doodl.preferences defaults. Additive: existing records without it stay valid.

source blob Optional

Optional recoverable doodl.delta.v1 source. New records may include it; existing image-only records remain valid.

maxSize: 1.0 MB
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "image",
      "createdAt"
    ],
    "properties": {
      "name": {
        "type": "string",
        "maxLength": 640,
        "description": "Optional title."
      },
      "image": {
        "type": "blob",
        "accept": [
          "image/png"
        ],
        "maxSize": 1000000
      },
      "prefs": {
        "type": "unknown",
        "description": "Optional per-drawing preference overrides (open map of key -> value, e.g. explore: hide). Absent = inherit the author's tech.waow.doodl.preferences defaults. Additive: existing records without it stay valid."
      },
      "parent": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref",
        "description": "Optional immutable parent revision this drawing remixes."
      },
      "source": {
        "type": "blob",
        "accept": [
          "application/vnd.waow.doodl.source+json"
        ],
        "maxSize": 1000000,
        "description": "Optional recoverable doodl.delta.v1 source. New records may include it; existing image-only records remain valid."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A hand-drawn doodle stored on the author's PDS. Used for gallery art, app icons, anything."
}

Lexicon Garden

@