No description available.
Record Key
tid
Timestamp-based ID
Properties
active
boolean
Optional
No description available.
Default:
trueconfidence
number
Optional
No description available.
content
string
Required
No description available.
maxLength: 2000 bytescreatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
kind
string
Required
No description available.
Known values:
value, interest, belief, guideline, self_concept, boundary, aspirationpriority
integer
Optional
No description available.
Default:
0source
string
Optional
No description available.
summary
string
Optional
No description available.
maxLength: 256 bytessupersedes
string
Optional
Rkey of superseded directive
tags
array
of
string
Optional
No description available.
maxLength: 20 itemsView 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"
}
}
}
}