net.anisota.lab.inkblot

anisota.net

{
  "id": "net.anisota.lab.inkblot",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "seed",
          "palette",
          "createdAt"
        ],
        "properties": {
          "seed": {
            "type": "integer",
            "description": "The deterministic RNG seed that reproduces the blot"
          },
          "image": {
            "type": "string",
            "maxLength": 200000,
            "description": "A rendered PNG of the blot as a data URL, for display"
          },
          "params": {
            "type": "unknown",
            "description": "The generation parameters (complexity, blobiness, spread, spatter, radial)"
          },
          "palette": {
            "type": "string",
            "maxLength": 64,
            "description": "Ink palette id (classic, sepia, indigo, blood, moss)"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the inkblot was saved"
          }
        }
      },
      "description": "A symmetric Rorschach-style inkblot crafted in the Anisota Lab's Social Inkblot Test and saved to the owner's library. The blot is fully reproducible from its integer 'seed' and its generation 'params'; 'palette' names the ink colour. A rendered PNG data URL is stored in 'image' so the blot can be shown anywhere (including by other people viewing the social gallery) without re-running the generator. Inkblots carry no user-supplied name: the record's TID rkey is its identifier and display name everywhere it is shown."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against net.anisota.lab.inkblot

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:lcieujcfkv4jx7gehsvok3pr
CID
bafyreihdv6e44kjrpnh7t2j7e5o67kb5ze7443s6m7jkfvo5se7fvgen4q
Indexed At
2026-06-25 02:35 UTC
AT-URI
at://did:plc:lcieujcfkv4jx7gehsvok3pr/com.atproto.lexicon.schema/net.anisota.lab.inkblot

Version History (2 versions)

Lexicon Garden

@