Request to be notified of new public records from another user.
{
"publisher": {...},
"record_type": {...}
}
SubscriptionRecord
A public or private Record to subscribe to new public records of a specific type from another user.
publisher
EntityLink
record_type
RecordLink
There can only be one subscription for a given combination of publisher and record type.
Apps can create subscriptions if they request the subscribe
scope.
Deletion of this record signals the end of the subscription.
This is what the full content of a Subscription record might look like.
{
"publisher": {
"entity": "paul.baq.run"
},
"record_type": {
"entity": "types.baq.dev",
"record_id": "6ee7f69a90154b849bac528daa942bcd"
}
}