added example post from spec

Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/9e7ad5db
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/9e7ad5db
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/9e7ad5db

Branch: refs/heads/asf-master
Commit: 9e7ad5db74a4495fe4ddac6ce611932aaf2e2da2
Parents: 441d1a0
Author: sblackmon <sblack...@apache.org>
Authored: Tue Feb 17 18:03:52 2015 -0600
Committer: sblackmon <sblack...@apache.org>
Committed: Tue Feb 17 18:03:52 2015 -0600

----------------------------------------------------------------------
 .../src/test/resources/activities/post.json     | 25 ++++++++++++++++++++
 1 file changed, 25 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/9e7ad5db/streams-pojo/src/test/resources/activities/post.json
----------------------------------------------------------------------
diff --git a/streams-pojo/src/test/resources/activities/post.json 
b/streams-pojo/src/test/resources/activities/post.json
index e69de29..73cfff7 100644
--- a/streams-pojo/src/test/resources/activities/post.json
+++ b/streams-pojo/src/test/resources/activities/post.json
@@ -0,0 +1,25 @@
+{
+  "published": "2011-02-10T15:04:55Z",
+  "actor": {
+    "url": "http://example.org/martin";,
+    "objectType" : "person",
+    "id": "tag:example.org,2011:martin",
+    "image": {
+      "url": "http://example.org/martin/image";,
+      "width": 250,
+      "height": 250
+    },
+    "displayName": "Martin Smith"
+  },
+  "verb": "post",
+  "object" : {
+    "url": "http://example.org/blog/2011/02/entry";,
+    "id": "tag:example.org,2011:abc123/xyz"
+  },
+  "target" : {
+    "url": "http://example.org/blog/";,
+    "objectType": "blog",
+    "id": "tag:example.org,2011:abc123",
+    "displayName": "Martin's Blog"
+  }
+}
\ No newline at end of file

Reply via email to