No description available.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"createdAt"
],
"properties": {
"subject": {
"type": "string",
"format": "did",
"description": "The endorsed account."
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"statement": {
"type": "string",
"maxLength": 2000,
"description": "Optional free-text statement supporting the endorsement.",
"maxGraphemes": 500
}
}
}
}