diy.razorgirl.winter.directive

winter.razorgirl.diy

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

active boolean Optional

No description available.

Default: true
confidence number Optional

No description available.

content string Required

No description available.

maxLength: 2000 bytes
createdAt string datetime Required

An RFC 3339 formatted timestamp.

kind string Required

No description available.

Known values: value, interest, belief, guideline, self_concept, boundary, aspiration
priority integer Optional

No description available.

Default: 0
source string Optional

No description available.

summary string Optional

No description available.

maxLength: 256 bytes
supersedes string Optional

Rkey of superseded directive

tags array of string Optional

No description available.

maxLength: 20 items
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "kind",
      "content",
      "createdAt"
    ],
    "properties": {
      "kind": {
        "type": "string",
        "knownValues": [
          "value",
          "interest",
          "belief",
          "guideline",
          "self_concept",
          "boundary",
          "aspiration"
        ]
      },
      "tags": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "maxLength": 20
      },
      "active": {
        "type": "boolean",
        "default": true
      },
      "source": {
        "type": "string"
      },
      "content": {
        "type": "string",
        "maxLength": 2000
      },
      "summary": {
        "type": "string",
        "maxLength": 256
      },
      "priority": {
        "type": "integer",
        "default": 0
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "confidence": {
        "type": "number"
      },
      "supersedes": {
        "type": "string",
        "description": "Rkey of superseded directive"
      }
    }
  }
}

Lexicon Garden

@