Provenance for v100 autonomous synthesis.
Record Key
tid
Timestamp-based ID
Properties
agent
string
Optional
v100 version/run ID
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
sources
array
of
ref
com.atproto.repo.strongRef
Required
Strong references to source records used for the synthesis.
subject
ref
com.atproto.repo.strongRef
Required
Strong reference to the synthesis post this provenance record describes.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"sources",
"createdAt"
],
"properties": {
"agent": {
"type": "string",
"description": "v100 version/run ID"
},
"sources": {
"type": "array",
"items": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
},
"description": "Strong references to source records used for the synthesis."
},
"subject": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "Strong reference to the synthesis post this provenance record describes."
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "Provenance for v100 autonomous synthesis."
}