No description available.
Record Key
tid
Timestamp-based ID
Properties
args
array
of
string
Required
No description available.
maxLength: 10 itemsconfidence
string
Optional
0.0-1.0 as string (Soufflé compat)
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
expiresAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
predicate
string
Required
No description available.
maxLength: 64 bytessource
string
Optional
CID of source record
supersedes
string
Optional
CID of superseded fact
tags
array
of
string
Optional
No description available.
maxLength: 20 itemsView raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"predicate",
"args",
"createdAt"
],
"properties": {
"args": {
"type": "array",
"items": {
"type": "string"
},
"maxLength": 10
},
"tags": {
"type": "array",
"items": {
"type": "string"
},
"maxLength": 20
},
"source": {
"type": "string",
"description": "CID of source record"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"expiresAt": {
"type": "string",
"format": "datetime"
},
"predicate": {
"type": "string",
"maxLength": 64
},
"confidence": {
"type": "string",
"description": "0.0-1.0 as string (Soufflé compat)"
},
"supersedes": {
"type": "string",
"description": "CID of superseded fact"
}
}
}
}