Represents the provenance or source of a record.
Properties
via
ref
com.atproto.repo.strongRef
Optional
Strong reference to the card that led to this record.
View raw schema
{
"type": "object",
"properties": {
"via": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "Strong reference to the card that led to this record."
}
},
"description": "Represents the provenance or source of a record."
}