From 74feb2c2610d872cec5ae5c727f237e46608d02f Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Wed, 12 Jun 2019 00:25:28 +0000 Subject: [PATCH] FEDERATION.md: Rename "events" property to "history" --- FEDERATION.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/FEDERATION.md b/FEDERATION.md index c998d70..c28f879 100644 --- a/FEDERATION.md +++ b/FEDERATION.md @@ -661,7 +661,7 @@ somehow get a filtered view of Aviva's outbox and a filtered view of Aviva's inbox for this. And the latter is especially problematic, because inboxes are generally private. -This proposal suggests a property named `events`, which maps to an +This proposal suggests a property named `history`, which maps to an `OrderedCollection` of the activities related to the object. That way, even objects that aren't stand-alone and aren't actors can provide a stream of updates. @@ -870,8 +870,8 @@ TODO: { "@id": "ext:dependedBy" , "@type": "@id" } - , "events": - { "@id": "ext:events" + , "history": + { "@id": "ext:history" , "@type": "@id" } } @@ -902,13 +902,13 @@ TODO: , "https://dev.community/jerry/text-game-engine/issues/1219" ] , "dependedBy": "https://dev.federated.coop/luke/text-adventure/issues/87" -, "events": +, "history": [ ... ] } ``` -TODO list actual examples under the "events" property (proposal B.7) +TODO list actual examples under the "history" property (proposal B.7) TODO replies and depends (ForgeFed #12)