You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scholix definition does not seem to capture that once broadcasted relation can be "removed". This is fine if the model aims at describing the state which is to be queried from the HUB by parties (lack of relation is implicit to its removal), however it's not sufficient if the state changes are to be broadcasted through webhooks.
The text was updated successfully, but these errors were encountered:
The scholix model just defines a link between two entities, so the information about addition/deletion should be captured by the transport protocol of the link. E.g if OAI-PMH is the transport protocol, then that will provide you with both added and removed links. Similarly, when using webhooks, it's the "webook scholix transport protocol" that needs to define this information.
I think we kind of captured this in having the events that define e.g. the type, id, timestamp etc, and then a payload of the event. So the event woudl be "link_added" "link_removed" and the payload would contain the link in question.
Scholix definition does not seem to capture that once broadcasted relation can be "removed". This is fine if the model aims at describing the state which is to be queried from the HUB by parties (lack of relation is implicit to its removal), however it's not sufficient if the state changes are to be broadcasted through webhooks.
The text was updated successfully, but these errors were encountered: