[13/32] incubator-streams git commit: WIP for apachecon

2016-06-01 Thread sblackmon
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/95a02d71/streams-schemas/src/test/resources/activities/install.json
--
diff --git a/streams-schemas/src/test/resources/activities/install.json 
b/streams-schemas/src/test/resources/activities/install.json
new file mode 100644
index 000..1ecdecd
--- /dev/null
+++ b/streams-schemas/src/test/resources/activities/install.json
@@ -0,0 +1,18 @@
+{
+  "$license": [
+"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
+"http://www.apache.org/licenses/LICENSE-2.0";
+  ],
+  "actor": {
+"objectType": "person",
+"displayName": "Laura"
+  },
+  "verb": "install",
+  "object": {
+"objectType": "application",
+"displayName": "Approved Software Scanning Tool",
+"location": {
+  "displayName": "All computers in Building A"
+}
+  }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/95a02d71/streams-schemas/src/test/resources/activities/interact.json
--
diff --git a/streams-schemas/src/test/resources/activities/interact.json 
b/streams-schemas/src/test/resources/activities/interact.json
new file mode 100644
index 000..f427513
--- /dev/null
+++ b/streams-schemas/src/test/resources/activities/interact.json
@@ -0,0 +1,16 @@
+{
+  "$license": [
+"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
+"http://www.apache.org/licenses/LICENSE-2.0";
+  ],
+  "actor": {
+"objectType": "person",
+"displayName": "Bob"
+  },
+  "verb": "interact",
+  "object": {
+"objectType": "person",
+"displayName": "Laura"
+  },
+  "title": "Bob called Laura."
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/95a02d71/streams-schemas/src/test/resources/activities/invite.json
--
diff --git a/streams-schemas/src/test/resources/activities/invite.json 
b/streams-schemas/src/test/resources/activities/invite.json
new file mode 100644
index 000..7c84b78
--- /dev/null
+++ b/streams-schemas/src/test/resources/activities/invite.json
@@ -0,0 +1,19 @@
+{
+  "$license": [
+"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
+"http://www.apache.org/licenses/LICENSE-2.0";
+  ],
+  "actor": {
+"objectType": "person",
+"displayName": "Laura"
+  },
+  "verb": "invite",
+  "object": {
+"objectType": "person",
+"displayName": "Mark"
+  },
+  "target": {
+"objectType": "event",
+"displayName": "Job Interview"
+  }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/95a02d71/streams-schemas/src/test/resources/activities/join.json
--
diff --git a/streams-schemas/src/test/resources/activities/join.json 
b/streams-schemas/src/test/resources/activities/join.json
new file mode 100644
index 000..7996a9b
--- /dev/null
+++ b/streams-schemas/src/test/resources/activities/join.json
@@ -0,0 +1,15 @@
+{
+  "$license": [
+"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
+"http://www.apache.org/licenses/LICENSE-2.0";
+  ],
+  "actor": {
+"objectType": "person",
+"displayName": "Mark"
+  },
+  "verb": "join",
+  "object": {
+"objectType": "organization",
+"displayName": "Acme, Co"
+  }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/95a02d71/streams-schemas/src/test/resources/activities/leave.json
--
diff --git a/streams-schemas/src/test/resources/activities/leave.json 
b/streams-schemas/src/test/resources/activities/leave.json
new file mode 100644
index 000..08516c5
--- /dev/null
+++ b/streams-schemas/src/test/resources/activities/leave.json
@@ -0,0 +1,15 @@
+{
+  "$license": [
+"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
+"http://www.apache.org/licenses/LICENSE-2.0";
+  ],
+  "actor": {
+"objectType": "person",
+"displayName": "Mark"
+  },
+  "verb": "leave",
+  "object": {
+"objectType": "organization",
+"displayName": "Other, Co"
+  }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/95a02d71/streams-schemas/src/test/resources/activities/like.json
--
diff --git a/streams-schemas/src/test/resources/activities/like.json 
b/streams-schemas/src/test/resources/activities/like.json
new file mode 100644
index 000..853676f
--- /dev/null
+++ b/streams-schemas/src/test/resources/activities/like.json
@@ -0,0 +1,22 @@
+{
+  "$license": [
+"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
+"http://www.apache.org/licenses/LICENSE-2.0";
+  ],
+  "actor": {
+"objectType": "person",
+"displayName": "Laura"
+  },
+  "verb": "like",
+  "ob

[13/32] incubator-streams git commit: WIP for apachecon

2016-06-01 Thread sblackmon
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/95a02d71/streams-schemas/src/test/resources/activities/install.json
--
diff --git a/streams-schemas/src/test/resources/activities/install.json 
b/streams-schemas/src/test/resources/activities/install.json
new file mode 100644
index 000..1ecdecd
--- /dev/null
+++ b/streams-schemas/src/test/resources/activities/install.json
@@ -0,0 +1,18 @@
+{
+  "$license": [
+"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
+"http://www.apache.org/licenses/LICENSE-2.0";
+  ],
+  "actor": {
+"objectType": "person",
+"displayName": "Laura"
+  },
+  "verb": "install",
+  "object": {
+"objectType": "application",
+"displayName": "Approved Software Scanning Tool",
+"location": {
+  "displayName": "All computers in Building A"
+}
+  }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/95a02d71/streams-schemas/src/test/resources/activities/interact.json
--
diff --git a/streams-schemas/src/test/resources/activities/interact.json 
b/streams-schemas/src/test/resources/activities/interact.json
new file mode 100644
index 000..f427513
--- /dev/null
+++ b/streams-schemas/src/test/resources/activities/interact.json
@@ -0,0 +1,16 @@
+{
+  "$license": [
+"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
+"http://www.apache.org/licenses/LICENSE-2.0";
+  ],
+  "actor": {
+"objectType": "person",
+"displayName": "Bob"
+  },
+  "verb": "interact",
+  "object": {
+"objectType": "person",
+"displayName": "Laura"
+  },
+  "title": "Bob called Laura."
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/95a02d71/streams-schemas/src/test/resources/activities/invite.json
--
diff --git a/streams-schemas/src/test/resources/activities/invite.json 
b/streams-schemas/src/test/resources/activities/invite.json
new file mode 100644
index 000..7c84b78
--- /dev/null
+++ b/streams-schemas/src/test/resources/activities/invite.json
@@ -0,0 +1,19 @@
+{
+  "$license": [
+"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
+"http://www.apache.org/licenses/LICENSE-2.0";
+  ],
+  "actor": {
+"objectType": "person",
+"displayName": "Laura"
+  },
+  "verb": "invite",
+  "object": {
+"objectType": "person",
+"displayName": "Mark"
+  },
+  "target": {
+"objectType": "event",
+"displayName": "Job Interview"
+  }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/95a02d71/streams-schemas/src/test/resources/activities/join.json
--
diff --git a/streams-schemas/src/test/resources/activities/join.json 
b/streams-schemas/src/test/resources/activities/join.json
new file mode 100644
index 000..7996a9b
--- /dev/null
+++ b/streams-schemas/src/test/resources/activities/join.json
@@ -0,0 +1,15 @@
+{
+  "$license": [
+"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
+"http://www.apache.org/licenses/LICENSE-2.0";
+  ],
+  "actor": {
+"objectType": "person",
+"displayName": "Mark"
+  },
+  "verb": "join",
+  "object": {
+"objectType": "organization",
+"displayName": "Acme, Co"
+  }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/95a02d71/streams-schemas/src/test/resources/activities/leave.json
--
diff --git a/streams-schemas/src/test/resources/activities/leave.json 
b/streams-schemas/src/test/resources/activities/leave.json
new file mode 100644
index 000..08516c5
--- /dev/null
+++ b/streams-schemas/src/test/resources/activities/leave.json
@@ -0,0 +1,15 @@
+{
+  "$license": [
+"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
+"http://www.apache.org/licenses/LICENSE-2.0";
+  ],
+  "actor": {
+"objectType": "person",
+"displayName": "Mark"
+  },
+  "verb": "leave",
+  "object": {
+"objectType": "organization",
+"displayName": "Other, Co"
+  }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/95a02d71/streams-schemas/src/test/resources/activities/like.json
--
diff --git a/streams-schemas/src/test/resources/activities/like.json 
b/streams-schemas/src/test/resources/activities/like.json
new file mode 100644
index 000..853676f
--- /dev/null
+++ b/streams-schemas/src/test/resources/activities/like.json
@@ -0,0 +1,22 @@
+{
+  "$license": [
+"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
+"http://www.apache.org/licenses/LICENSE-2.0";
+  ],
+  "actor": {
+"objectType": "person",
+"displayName": "Laura"
+  },
+  "verb": "like",
+  "ob