A record that holds a verification of a stats record saying the owner of the repo has verified that it is a valid and most likely not tampered with.
Record Key
tid
Timestamp-based ID
Properties
createdAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
verifiedRef
ref
blue.2048.verification.defs#verificationRef
Optional
This is the record that holds the publicly verifiable signature of a stats record
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"properties": {
"createdAt": {
"type": "string",
"format": "datetime"
},
"verifiedRef": {
"ref": "blue.2048.verification.defs#verificationRef",
"type": "ref",
"description": "This is the record that holds the publicly verifiable signature of a stats record"
}
},
"verifiedRef": [
"verifiedRef",
"createdAt"
]
},
"description": "A record that holds a verification of a stats record saying the owner of the repo has verified that it is a valid and most likely not tampered with."
}