net.anisota.lab.carving

anisota.net

{
  "id": "net.anisota.lab.carving",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "strokes",
          "inkColor",
          "paperColor",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 800,
            "description": "Display name for the carving",
            "maxGraphemes": 100
          },
          "image": {
            "type": "string",
            "maxLength": 200000,
            "description": "A PNG data URL thumbnail of the printed result"
          },
          "mirror": {
            "type": "boolean",
            "description": "Whether vertical mirror/symmetry was active while carving"
          },
          "strokes": {
            "type": "array",
            "items": {
              "type": "unknown"
            },
            "maxLength": 4096,
            "description": "The gouge paths. Each is an object: { tool, width, points (x and y interleaved, scaled 0..1000), erase }."
          },
          "inkColor": {
            "type": "string",
            "maxLength": 64,
            "description": "The ink colour the block prints in"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the carving was saved"
          },
          "paperColor": {
            "type": "string",
            "maxLength": 64,
            "description": "The paper colour the print sits on"
          }
        }
      },
      "description": "A relief woodblock carving made in the Anisota Lab's Carving studio and saved to the owner's library. Each record stores the gouge paths that carved the block (a compact serialization so the carving can be reopened and edited), the chosen ink and paper colours, whether vertical mirror/symmetry was on, and an optional printed-result PNG thumbnail for display and re-export."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against net.anisota.lab.carving

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:lcieujcfkv4jx7gehsvok3pr
CID
bafyreiapunj2l22oye3fryf2kz7oo363hb7unbvxbmo23fy42zd7hnwuqa
Indexed At
2026-06-22 18:49 UTC
AT-URI
at://did:plc:lcieujcfkv4jx7gehsvok3pr/com.atproto.lexicon.schema/net.anisota.lab.carving

Lexicon Garden

@