A verified creator attestation issued by Babesky. Records are written by Babesky's service DID (did:plc:qtapiembzpxlzsiagnc7eyy3) into its own repository, pointing at the subject's DID. Validity is dynamic: the handle and displayName must still match the subject's current values. Records must be deleted when a creator is removed from Babesky's database.
tid
Timestamp-based ID
Properties
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
displayName
string
Required
Display name of the creator at time of verification. Used for ongoing validity checks.
maxGraphemes: 64 graphemeshandle
string
handle
Required
Handle of the creator at time of verification. Used for ongoing validity checks.
subject
string
did
Required
DID of the verified creator.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"handle",
"displayName",
"createdAt"
],
"properties": {
"handle": {
"type": "string",
"format": "handle",
"description": "Handle of the creator at time of verification. Used for ongoing validity checks."
},
"subject": {
"type": "string",
"format": "did",
"description": "DID of the verified creator."
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"displayName": {
"type": "string",
"description": "Display name of the creator at time of verification. Used for ongoing validity checks.",
"maxGraphemes": 64
}
}
},
"description": "A verified creator attestation issued by Babesky. Records are written by Babesky's service DID (did:plc:qtapiembzpxlzsiagnc7eyy3) into its own repository, pointing at the subject's DID. Validity is dynamic: the handle and displayName must still match the subject's current values. Records must be deleted when a creator is removed from Babesky's database."
}