No description available.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"agent",
"declaredAt"
],
"properties": {
"agent": {
"type": "string",
"format": "did",
"description": "DID of the agent this operator claims to run"
},
"statement": {
"type": "string",
"maxLength": 2560,
"description": "Free-text statement about the relationship (purpose, scope, policies)"
},
"declaredAt": {
"type": "string",
"format": "datetime"
}
}
}
}