computer.aesthetic.piece

aesthetic.computer

Documentation

A piece (interactive program) from Aesthetic Computer

main record

A piece (interactive program) from Aesthetic Computer

Record Key tid Timestamp-based ID

Properties

ref string Required

MongoDB ObjectId reference for bidirectional sync

maxLength: 24 bytes
slug string Required

The piece identifier (e.g., 'wand')

maxLength: 100 bytes
when string datetime Required

Creation timestamp (ISO 8601)

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "slug",
      "when",
      "ref"
    ],
    "properties": {
      "ref": {
        "type": "string",
        "maxLength": 24,
        "description": "MongoDB ObjectId reference for bidirectional sync"
      },
      "slug": {
        "type": "string",
        "maxLength": 100,
        "description": "The piece identifier (e.g., 'wand')"
      },
      "when": {
        "type": "string",
        "format": "datetime",
        "description": "Creation timestamp (ISO 8601)"
      }
    }
  },
  "description": "A piece (interactive program) from Aesthetic Computer"
}

Lexicon Garden

@