-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathactivitystreams-core.xml
8 lines (8 loc) · 1.22 KB
/
activitystreams-core.xml
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8" ?>
<service primary="W3C" secondary="TR" id="activitystreams-core">
<title>Activity Streams 2.0</title>
<documentation source="http://www.w3.org/TR/activitystreams-core/">This specification details a model for representing potential and completed activities using the JSON format.</documentation>
<media-type def="application/activity+json">
<documentation source="http://www.w3.org/TR/activitystreams-core/#introduction">In the most basic sense, an "activity" is a semantic description of a potential or completed action. In the former case, the activity expresses what can or might be done with a particular object, while in the latter case, it expresses what has already been done. It is the goal of this specification to provide a JSON-based syntax that is sufficient to express metadata about activities in a rich, human-friendly, machine-processable and extensible manner. This may include constructing natural-language descriptions or visual representations about the activity, associating actionable information with various types of objects, communicating or recording activity logs, or delegation of potential actions to other applications.</documentation>
</media-type>
</service>