FEDERATION.md: Rename "events" property to "history"

This commit is contained in:
fr33domlover 2019-06-12 00:25:28 +00:00
parent 5df8965488
commit 74feb2c261

View file

@ -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)