Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"bug",
"issue",
"createdAt"
],
"properties": {
"bug": {
"type": "string",
"format": "at-uri",
"description": "Reference to the bug report"
},
"issue": {
"type": "string",
"format": "at-uri",
"description": "Reference to the linked issue"
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
}
}