That’s a bizarre coincidence. I was just noticing streams property in the spec a few hours earlier while reading over it, realizing it’s something I was looking for previously. I assume it’s just up to someone making a semantically proper use of it.
Not sure if it’s intended to be just to be a list of collection URLs, embedded Collection objects, or maybe PropertyType objects?
Simple enough. At least Collections/OrderedCollections can have a description (such as the summary property as mentioned in the ActivityStreams vocab spec, in an example). Hopefully I can make use of this for separating out “gallery upload” posts from microblogging posts. Although I guess it probably doesn’t have much utility since I don’t think any implementations let you follow a collection instead of an actor (or to specify what collection(s) you want to subscribe to in a Follow request? ..That would be an interesting extension..), I guess it’s still stuck to needing a ‘virtual’ actor anyway for those sort of ‘substreams’ (like PeerTube does, if I remember correctly).