tech.waow.doodl.drawing

waow.tech

{
  "id": "tech.waow.doodl.drawing",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "image",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 640,
            "description": "Optional title."
          },
          "room": {
            "type": "string",
            "format": "at-uri",
            "description": "Optional: the tech.waow.doodl.room this drawing is a snapshot of (a doodle drawn together in the open). Additive; existing records stay valid."
          },
          "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."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against tech.waow.doodl.drawing

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:siv7zbedip4vcet4v67piibr
CID
bafyreifvghm74agkpsqrnpke45tavf3rdbru52l3icoehn6y4xsvwkqxoq
Indexed At
2026-08-25 00:35 UTC
AT-URI
at://did:plc:siv7zbedip4vcet4v67piibr/com.atproto.lexicon.schema/tech.waow.doodl.drawing

Version History (3 versions)

Lexicon Garden

@