A verification record stored on the verifier's PDS indicating they have verified another user
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 DID of the user being verified"
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A verification record stored on the verifier's PDS indicating they have verified another user"
}