computer.aesthetic.mood

aesthetic.computer

Documentation

A mood entry from Aesthetic Computer

main record

A mood entry from Aesthetic Computer

Record Key tid Timestamp-based ID

Properties

mood string Required

The mood text content

maxLength: 5000 bytes
ref string Required

Reference to source database record for bidirectional sync

when string datetime Required

When the mood was created (ISO 8601)

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "mood",
      "when",
      "ref"
    ],
    "properties": {
      "ref": {
        "type": "string",
        "description": "Reference to source database record for bidirectional sync"
      },
      "mood": {
        "type": "string",
        "maxLength": 5000,
        "description": "The mood text content"
      },
      "when": {
        "type": "string",
        "format": "datetime",
        "description": "When the mood was created (ISO 8601)"
      }
    }
  },
  "description": "A mood entry from Aesthetic Computer"
}

Lexicon Garden

@