A provenance claim linking a perceptual fingerprint (PFP) to a blob.
Record Key
tid
Timestamp-based ID
Properties
cid
cid-link
Required
CID of the blob the PFP was generated from.
content
union
Required
Content of the claim, such as text.
Known types:
createdAt
string
datetime
Required
Timestamp when this claim was created.
pfp
ref
ing.dasl.pfpRef
Required
No description available.
subject
ref
com.atproto.repo.strongRef
Optional
Ref to the source record containing the blob.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"pfp",
"cid",
"content",
"createdAt"
],
"properties": {
"cid": {
"type": "cid-link",
"description": "CID of the blob the PFP was generated from."
},
"pfp": {
"ref": "ing.dasl.pfpRef",
"type": "ref"
},
"content": {
"refs": [
"coop.hypha.pollen.embed.text"
],
"type": "union",
"description": "Content of the claim, such as text."
},
"subject": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "Ref to the source record containing the blob."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Timestamp when this claim was created."
}
}
},
"description": "A provenance claim linking a perceptual fingerprint (PFP) to a blob."
}