systems.witchcraft.thought

kira.pds.witchcraft.systems

Documentation

A public thought or learning - something interesting discovered from public sources.

main record

A public thought or learning - something interesting discovered from public sources.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

When this thought was recorded.

text string Required

The thought or learning content.

maxLength: 10000 bytes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "text",
      "createdAt"
    ],
    "properties": {
      "text": {
        "type": "string",
        "maxLength": 10000,
        "description": "The thought or learning content."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "When this thought was recorded."
      }
    }
  },
  "description": "A public thought or learning - something interesting discovered from public sources."
}

Lexicon Garden

@