app.lexidraw.scene

pds.dad View official

{
  "id": "app.lexidraw.scene",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "scene",
          "createdAt",
          "updatedAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "description": "Human-readable drawing name.",
            "maxGraphemes": 200
          },
          "scene": {
            "type": "blob",
            "accept": [
              "application/gzip"
            ],
            "maxSize": 50000000,
            "description": "Gzipped Excalidraw scene JSON (serializeAsJSON output, gzip level 6)."
          },
          "thumb": {
            "type": "blob",
            "accept": [
              "image/webp"
            ],
            "maxSize": 1000000,
            "description": "Small WebP preview of the scene (max 256px on the longest side)."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "An Excalidraw drawing. The full scene (elements, appState and embedded image files as dataURLs) is stored as a gzipped JSON blob"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.lexidraw.scene

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:rnpkyqnmsw4ipey6eotbdnnf
CID
bafyreihihvxyxp4usfrmvbrhturjxso7rncq4u3e6r7xjjjf5lf6y3ahs4
Indexed At
2026-07-26 05:36 UTC
AT-URI
at://did:plc:rnpkyqnmsw4ipey6eotbdnnf/com.atproto.lexicon.schema/app.lexidraw.scene

Lexicon Garden

@