net.anisota.lab.inkblot

anisota.net

{
  "id": "net.anisota.lab.inkblot",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "seed",
          "palette",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 800,
            "description": "Display name for the inkblot",
            "maxGraphemes": 100
          },
          "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."
    }
  },
  "$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
bafyreiaxt25ys5d3y7z4nfmia46lloeiqjva5rcahn3gwcz4xiazhseapm
Indexed At
2026-06-22 18:49 UTC
AT-URI
at://did:plc:lcieujcfkv4jx7gehsvok3pr/com.atproto.lexicon.schema/net.anisota.lab.inkblot

Version History (2 versions)

Lexicon Garden

@