Reference a record within the BAQ network.
{
"entity": "pierre.baq.run",
"record_id": "652093513e40443ca9377e660269c3b5"
}
RecordLink
This object can appear both within the record envelope (e.g. app
) and record content, depending on the record type.
entity
Entity
original_entity
Entity optional
record_id
RecordId
A link can be to a record on any compatible server, identified by the author’s entity.
{
"entity": "julie.freebaq.org",
"record_id": "2758ee128ec245ffb783216fcf3ada14"
}
When a user changes entity, the entity that was active at the time of the referencing record version creation is returned as the original_entity
. This allows clients and server to validate a record’s version_hash
.
{
"entity": "pierre.baq.run",
"original_entity": "pierre.baqtest.dev",
"record_id": "652093513e40443ca9377e660269c3b5"
}