A statement about whether the subject is human.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"score",
"createdAt"
],
"properties": {
"score": {
"type": "integer",
"maximum": 100000,
"minimum": -100000,
"description": "100000 indicates total confidence that {subject} is human. -100000 indicates the opposite."
},
"subject": {
"refs": [
"#atprotoIdentity",
"#stringSubject"
],
"type": "union",
"closed": false
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A statement about whether the subject is human."
}