[1] http://activitystrea.ms/specs/json/1.0/#collection
Specifically:
1. The description for totalItems current says:
"Non-negative integer specifying the total number of activities
within the stream. The Stream serialization MAY contain a count
property."
It SHOULD say:
"Non-negative integer specifying the total number of objects within
the collection. Note that the actual number of objects included within
the value of the "items" property MAY be less than the total number of
objects specified. The Collection serialization MAY contain a
totalItems property"
2. Then for the url property, the description currently states:
"An IRI [RFC3987] referencing a JSON document containing the full
listing of objects in the collection."
I realized after reading this again is that it isn't clear that the
original intent was for the url to point to a JSON document whose root
object is a Collection object. Therefore, this description SHOULD
read:
"An IRI [RFC3987] referencing a JSON Document whose root object is a
Collection object containing the full listing of objects in the
collection."
--
You received this message because you are subscribed to the Google Groups "Activity Streams" group.
To post to this group, send email to activity...@googlegroups.com.
To unsubscribe from this group, send email to activity-strea...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/activity-streams?hl=en.