You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2016/06/01 17:40:55 UTC

[06/32] incubator-streams git commit: STREAMS-398 - streams-schemas

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/agree.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/agree.json b/streams-schemas/src/site/resources/verbs/agree.json
new file mode 100644
index 0000000..5095153
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/agree.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Agree",
+    "description": "Indicates that the actor agrees with the object. For example, a person agreeing with an argument, or expressing agreement with a particular issue.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "agree"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} agrees with {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/append.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/append.json b/streams-schemas/src/site/resources/verbs/append.json
new file mode 100644
index 0000000..648d192
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/append.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Append",
+    "description": "Indicates that the actor has appended the object to the target. For instance, a person appending a new record to a database.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "append"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} append {object.displayName} to {target.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/approve.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/approve.json b/streams-schemas/src/site/resources/verbs/approve.json
new file mode 100644
index 0000000..ec66f9b
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/approve.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Approve",
+    "description": "Indicates that the actor has approved the object. For instance, a manager might approve a travel request.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "approve"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} approved {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/archive.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/archive.json b/streams-schemas/src/site/resources/verbs/archive.json
new file mode 100644
index 0000000..24aea16
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/archive.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Archive",
+    "description": "Indicates that the actor has archived the object.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "archive"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} archived {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/assign.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/assign.json b/streams-schemas/src/site/resources/verbs/assign.json
new file mode 100644
index 0000000..8fe5458
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/assign.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Assign",
+    "description": "Indicates that the actor has assigned the object to the target.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "assign"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} assigned {object.displayName} to {target.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/at.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/at.json b/streams-schemas/src/site/resources/verbs/at.json
new file mode 100644
index 0000000..42c1222
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/at.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "At",
+    "description": "Indicates that the actor is currently located at the object. For instance, a person being at a specific physical location.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "assign"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} assigned {object.displayName} to {target.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/attach.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/attach.json b/streams-schemas/src/site/resources/verbs/attach.json
new file mode 100644
index 0000000..77ff605
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/attach.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Attach",
+    "description": "Indicates that the actor has attached the object to the target.For instance, a person attaching a file to a wiki page or an email.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "attach"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} attached {object.displayName} to {target.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/attend.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/attend.json b/streams-schemas/src/site/resources/verbs/attend.json
new file mode 100644
index 0000000..07e60fd
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/attend.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Attend",
+    "description": "Indicates that the actor has attended the object. For instance, a person attending a meeting.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "attend"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} attended {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/author.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/author.json b/streams-schemas/src/site/resources/verbs/author.json
new file mode 100644
index 0000000..adc8b28
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/author.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Author",
+    "description": "Indicates that the actor has authored the object. Note that this is a more specific form of the verb \"create\".",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "author"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} authored {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/authorize.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/authorize.json b/streams-schemas/src/site/resources/verbs/authorize.json
new file mode 100644
index 0000000..7439b06
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/authorize.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Authorize",
+    "description": "Indicates that the actor has authorized the object. If a target is specified, it means that the authorization is specifically in regards to the target. For instance, a service can authorize a person to access a given application; in which case the actor is the service, the object is the person, and the target is the application. In contrast, a person can authorize a request; in which case the actor is the person and the object is the request and there might be no explicit target.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "authorize"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} authorized {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/borrow.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/borrow.json b/streams-schemas/src/site/resources/verbs/borrow.json
new file mode 100644
index 0000000..ede59c1
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/borrow.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Borrow",
+    "description": "Indicates that the actor has borrowed the object. If a target is specified, it identifies the entity from which the object was borrowed. For instance, if a person borrows a book from a library, the person is the actor, the book is the object and the library is the target.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "borrow"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} borrow {object.displayName} from {target.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/build.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/build.json b/streams-schemas/src/site/resources/verbs/build.json
new file mode 100644
index 0000000..a90441f
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/build.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Build",
+    "description": "Indicates that the actor has built the object. For example, if a person builds a model or compiles code.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "build"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} built {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/cancel.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/cancel.json b/streams-schemas/src/site/resources/verbs/cancel.json
new file mode 100644
index 0000000..4ab2406
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/cancel.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Cancel",
+    "description": "Indicates that the actor has canceled the object. For instance, canceling a calendar event.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "cancel"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} cancelled {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/checkin.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/checkin.json b/streams-schemas/src/site/resources/verbs/checkin.json
new file mode 100644
index 0000000..d59a8c2
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/checkin.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "checkin",
+    "description": "Indicates that the actor has checked-in to the object. For instance, a person checking-in to a Place.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "checkin"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} checked in at {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/close.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/close.json b/streams-schemas/src/site/resources/verbs/close.json
new file mode 100644
index 0000000..7aa049d
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/close.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Close",
+    "description": "Indicates that the actor has closed the object. For instance, the object could represent a ticket being tracked in an issue management system.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "close"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} closed {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/complete.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/complete.json b/streams-schemas/src/site/resources/verbs/complete.json
new file mode 100644
index 0000000..4a95d48
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/complete.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Complete",
+    "description": "Indicates that the actor has completed the object",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "complete"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} completed {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/confirm.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/confirm.json b/streams-schemas/src/site/resources/verbs/confirm.json
new file mode 100644
index 0000000..aa8d45c
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/confirm.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Confirm",
+    "description": "Indicates that the actor has confirmed or agrees with the object. For instance, a software developer might confirm an issue reported against a product.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "confirm"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} confirmed {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/consume.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/consume.json b/streams-schemas/src/site/resources/verbs/consume.json
new file mode 100644
index 0000000..3dc558a
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/consume.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Consume",
+    "description": "Indicates that the actor has consumed the object. The specific meaning is dependent largely on the object's type. For instance, an actor may \"consume\" an audio object, indicating that the actor has listened to it; or an actor may \"consume\" a book, indicating that the book has been read. As such, the \"consume\" verb is a more generic form of other more specific verbs such as \"read\" and \"play\".",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "consume"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} consumed {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/create.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/create.json b/streams-schemas/src/site/resources/verbs/create.json
new file mode 100644
index 0000000..dda3012
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/create.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Create",
+    "description": "Indicates that the actor has created the object.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "create"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} created {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/delete.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/delete.json b/streams-schemas/src/site/resources/verbs/delete.json
new file mode 100644
index 0000000..39966c9
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/delete.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Delete",
+    "description": "Indicates that the actor has deleted the object.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "delete"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} deleted {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/deliver.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/deliver.json b/streams-schemas/src/site/resources/verbs/deliver.json
new file mode 100644
index 0000000..a4b5648
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/deliver.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Deliver",
+    "description": "Indicates that the actor has delivered the object. For example, delivering a package.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "deliver"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} delivered {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/deny.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/deny.json b/streams-schemas/src/site/resources/verbs/deny.json
new file mode 100644
index 0000000..5bf473b
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/deny.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Deny",
+    "description": "Indicates that the actor has denied the object. For example, a manager may deny a travel request.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "deny"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} denied {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/disagree.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/disagree.json b/streams-schemas/src/site/resources/verbs/disagree.json
new file mode 100644
index 0000000..b2eb0c2
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/disagree.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Disagree",
+    "description": "Indicates that the actor disagrees with the object.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "disagree"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} disagrees with {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/dislike.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/dislike.json b/streams-schemas/src/site/resources/verbs/dislike.json
new file mode 100644
index 0000000..e33cb26
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/dislike.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Dislike",
+    "description": "Indicates that the actor dislikes the object. Note that the \"dislike\" verb is distinct from the \"unlike\" verb which assumes that the object had been previously \"liked\".",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "dislike"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} dislikes {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/experience.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/experience.json b/streams-schemas/src/site/resources/verbs/experience.json
new file mode 100644
index 0000000..b760a5d
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/experience.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Experience",
+    "description": "Indicates that the actor has experienced the object in some manner. Note that, depending on the specific object types used for both the actor and object, the meaning of this verb can overlap that of the \"consume\" and \"play\" verbs. For instance, a person might \"experience\" a movie; or \"play\" the movie; or \"consume\" the movie. The \"experience\" verb can be considered a more generic form of other more specific verbs as \"consume\", \"play\", \"watch\", \"listen\", and \"read\"",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "experience"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} experienced {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/favorite.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/favorite.json b/streams-schemas/src/site/resources/verbs/favorite.json
new file mode 100644
index 0000000..fa7afa3
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/favorite.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Favorite",
+    "description": "Indicates that the actor marked the object as an item of special interest.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "favorite"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} marked {object.displayName} as a favorite"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/find.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/find.json b/streams-schemas/src/site/resources/verbs/find.json
new file mode 100644
index 0000000..b1a7dacc
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/find.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Find",
+    "description": "Indicates that the actor has found the object.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "find"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} found {object.displayName}."
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/flag-as-inappropriate.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/flag-as-inappropriate.json b/streams-schemas/src/site/resources/verbs/flag-as-inappropriate.json
new file mode 100644
index 0000000..e6657aa
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/flag-as-inappropriate.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Flag-As-Inappropriate",
+    "description": "Indicates that the actor has flagged the object as being inappropriate for some reason. When using this verb, the context property can be used to provide additional detail about why the object has been flagged.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "flag-as-inappropriate"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} flagged {object.displayName} as inappropriate."
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/follow.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/follow.json b/streams-schemas/src/site/resources/verbs/follow.json
new file mode 100644
index 0000000..8f50b89
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/follow.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Follow",
+    "description": "Indicates that the actor began following the activity of the object. In most cases, the objectType will be a \"person\", but it can potentially be of any type that can sensibly generate activity. Processors MAY ignore (silently drop) successive identical \"follow\" activities.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "follow"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} started following {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/give.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/give.json b/streams-schemas/src/site/resources/verbs/give.json
new file mode 100644
index 0000000..a9b6e74
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/give.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Give",
+    "description": "Indicates that the actor is giving an object to the target. Examples include one person giving a badge object to another person. The object identifies the object being given. The target identifies the receiver.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "give"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} gave {object.displayName} to {target.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/host.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/host.json b/streams-schemas/src/site/resources/verbs/host.json
new file mode 100644
index 0000000..8c59cd0
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/host.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Host",
+    "description": "Indicates that the actor is hosting the object. As in hosting an event, or hosting a service.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "host"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} is hosting {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/ignore.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/ignore.json b/streams-schemas/src/site/resources/verbs/ignore.json
new file mode 100644
index 0000000..442de31
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/ignore.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Ignore",
+    "description": "Indicates that the actor has ignored the object. For instance, this verb may be used when an actor has ignored a friend request, in which case the object may be the request-friend activity.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "ignore"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} ignored {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/insert.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/insert.json b/streams-schemas/src/site/resources/verbs/insert.json
new file mode 100644
index 0000000..99db2ec
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/insert.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Insert",
+    "description": "Indicates that the actor has inserted the object into the target.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "insert"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} inserted {object.displayName} into {target.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/install.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/install.json b/streams-schemas/src/site/resources/verbs/install.json
new file mode 100644
index 0000000..e3d6e0c
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/install.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Install",
+    "description": "Indicates that the actor has installed the object, as in installing an application.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "install"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} installed {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/interact.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/interact.json b/streams-schemas/src/site/resources/verbs/interact.json
new file mode 100644
index 0000000..d589ce4
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/interact.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Interact",
+    "description": "Indicates that the actor has interacted with the object. For instance, when one person interacts with another.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "interact"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} interacted with {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/invite.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/invite.json b/streams-schemas/src/site/resources/verbs/invite.json
new file mode 100644
index 0000000..34a8691
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/invite.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Invite",
+    "description": "Indicates that the actor has invited the object, typically a person object, to join or participate in the object described by the target. The target could, for instance, be an event, group or a service.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "invite"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} invited {object.displayName} to {target.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/join.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/join.json b/streams-schemas/src/site/resources/verbs/join.json
new file mode 100644
index 0000000..78daed8
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/join.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Join",
+    "description": "Indicates that the actor has become a member of the object.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "join"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} joined {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/leave.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/leave.json b/streams-schemas/src/site/resources/verbs/leave.json
new file mode 100644
index 0000000..1ce73bc
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/leave.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Leave",
+    "description": "Indicates that the actor has left the object. For instance, a Person leaving a Group or checking-out of a Place.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "leave"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} left {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/like.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/like.json b/streams-schemas/src/site/resources/verbs/like.json
new file mode 100644
index 0000000..4ac1bf7
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/like.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Like",
+    "description": "Indicates that the actor marked the object as an item of special interest.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "like"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} likes {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/listen.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/listen.json b/streams-schemas/src/site/resources/verbs/listen.json
new file mode 100644
index 0000000..3476144
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/listen.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Listen",
+    "description": "Indicates that the actor has listened to the object. This is typically only applicable for objects representing audio content, such as music, an audio-book, or a radio broadcast.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "listen"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} listened to {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/lose.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/lose.json b/streams-schemas/src/site/resources/verbs/lose.json
new file mode 100644
index 0000000..60899ba
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/lose.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Lose",
+    "description": "Indicates that the actor has lost the object. For instance, if a person loses a game.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "lose"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} lost {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/make-friend.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/make-friend.json b/streams-schemas/src/site/resources/verbs/make-friend.json
new file mode 100644
index 0000000..a6440f1
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/make-friend.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Befriend",
+    "description": "Indicates the creation of a friendship that is reciprocated by the object.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "make-friend"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} is now friends with {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/open.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/open.json b/streams-schemas/src/site/resources/verbs/open.json
new file mode 100644
index 0000000..0145bab
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/open.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Open",
+    "description": "Indicates that the actor has opened the object. For instance, the object could represent a ticket being tracked in an issue management system.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "open"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} opened {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/play.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/play.json b/streams-schemas/src/site/resources/verbs/play.json
new file mode 100644
index 0000000..3f25748
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/play.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Play",
+    "description": "Indicates that the actor spent some time enjoying the object. For example, if the object is a video this indicates that the subject watched all or part of the video.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "play"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} played {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/post.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/post.json b/streams-schemas/src/site/resources/verbs/post.json
new file mode 100644
index 0000000..ea1ad39
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/post.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Post",
+    "description": "To publish an object",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "post"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} posted {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/present.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/present.json b/streams-schemas/src/site/resources/verbs/present.json
new file mode 100644
index 0000000..bcfb1dc
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/present.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Present",
+    "description": "Indicates that the actor has presented the object. For instance, when a person gives a presentation at a conference.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "present"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} presented {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/purchase.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/purchase.json b/streams-schemas/src/site/resources/verbs/purchase.json
new file mode 100644
index 0000000..303386a
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/purchase.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Purchase",
+    "description": "Indicates that the actor has purchased the object. If a target is specified, in indicates the entity from which the object was purchased.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "purchase"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} purchased {object.displayName} from {target.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/qualify.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/qualify.json b/streams-schemas/src/site/resources/verbs/qualify.json
new file mode 100644
index 0000000..974448f
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/qualify.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Qualify",
+    "description": "Indicates that the actor has qualified for the object. If a target is specified, it indicates the context within which the qualification applies.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "qualify"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} qualified {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/read.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/read.json b/streams-schemas/src/site/resources/verbs/read.json
new file mode 100644
index 0000000..e797f41
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/read.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Read",
+    "description": "Indicates that the actor read the object. This is typically only applicable for objects representing printed or written content, such as a book, a message or a comment.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "read"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} read {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/receive.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/receive.json b/streams-schemas/src/site/resources/verbs/receive.json
new file mode 100644
index 0000000..0d44aef
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/receive.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Receive",
+    "description": "Indicates that the actor is receiving an object. Examples include a person receiving a badge object. The object identifies the object being received.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "receive"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} received {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/reject.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/reject.json b/streams-schemas/src/site/resources/verbs/reject.json
new file mode 100644
index 0000000..b82fac7
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/reject.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Reject",
+    "description": "Indicates that the actor has rejected the object.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "reject"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} rejected {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/remove-friend.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/remove-friend.json b/streams-schemas/src/site/resources/verbs/remove-friend.json
new file mode 100644
index 0000000..073441d
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/remove-friend.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "UnFriend",
+    "description": "Indicates that the actor has removed the object from the collection of friends.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "remove-friend"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} removed friend {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/remove.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/remove.json b/streams-schemas/src/site/resources/verbs/remove.json
new file mode 100644
index 0000000..5b694db
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/remove.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Remove",
+    "description": "Indicates that the actor has removed the object from the target.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "remove"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} removed {object.displayName} from {target.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/replace.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/replace.json b/streams-schemas/src/site/resources/verbs/replace.json
new file mode 100644
index 0000000..198c8c5
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/replace.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Replace",
+    "description": "Indicates that the actor has replaced the target with the object.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "replace"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} replaced {target.displayName} with {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/request-friend.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/request-friend.json b/streams-schemas/src/site/resources/verbs/request-friend.json
new file mode 100644
index 0000000..9e246ca
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/request-friend.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "RequestFriend",
+    "description": "Indicates the creation of a friendship that has not yet been reciprocated by the object.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "request-friend"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} sent a friend request to {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/request.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/request.json b/streams-schemas/src/site/resources/verbs/request.json
new file mode 100644
index 0000000..35807f5
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/request.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Request",
+    "description": "Indicates that the actor has requested the object. If a target is specified, it indicates the entity from which the object is being requested.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "request"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} requested {object.displayName} from {target.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/resolve.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/resolve.json b/streams-schemas/src/site/resources/verbs/resolve.json
new file mode 100644
index 0000000..0b71ce3
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/resolve.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Resolve",
+    "description": "Indicates that the actor has resolved the object. For instance, the object could represent a ticket being tracked in an issue management system.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "resolve"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} resolved {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/retract.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/retract.json b/streams-schemas/src/site/resources/verbs/retract.json
new file mode 100644
index 0000000..ff7cbe7
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/retract.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Retract",
+    "description": "Indicates that the actor has retracted the object. For instance, if an actor wishes to retract a previously published activity, the object would be the previously published activity that is being retracted.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "retract"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} retracted {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/return.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/return.json b/streams-schemas/src/site/resources/verbs/return.json
new file mode 100644
index 0000000..14a8cfb
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/return.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Return",
+    "description": "Indicates that the actor has returned the object. If a target is specified, it indicates the entity to which the object was returned.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "return"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} returned {object.displayName} to {target.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/rsvp-maybe.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/rsvp-maybe.json b/streams-schemas/src/site/resources/verbs/rsvp-maybe.json
new file mode 100644
index 0000000..4838406
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/rsvp-maybe.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Rsvp Maybe",
+    "description": "To indicate that the actor may attend an event",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "rsvp-maybe"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} might attend {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/rsvp-no.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/rsvp-no.json b/streams-schemas/src/site/resources/verbs/rsvp-no.json
new file mode 100644
index 0000000..dc36ee3
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/rsvp-no.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Rsvp No",
+    "description": "To indicate that the actor will not attend an event",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "rsvp-no"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} will not attend {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/rsvp-yes.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/rsvp-yes.json b/streams-schemas/src/site/resources/verbs/rsvp-yes.json
new file mode 100644
index 0000000..f62141e
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/rsvp-yes.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Rsvp Yes",
+    "description": "To indicate that the actor will attend an event",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "rsvp-yes"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} is attending {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/satisfy.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/satisfy.json b/streams-schemas/src/site/resources/verbs/satisfy.json
new file mode 100644
index 0000000..a719680
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/satisfy.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Satisfy",
+    "description": "Indicates that the actor has satisfied the object. If a target is specified, it indicate the context within which the object was satisfied. For instance, if a person satisfies the requirements for a particular challenge, the person is the actor; the requirement is the object; and the challenge is the target.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "satisfy"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} has satisfied {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/save.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/save.json b/streams-schemas/src/site/resources/verbs/save.json
new file mode 100644
index 0000000..1bdbc4b
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/save.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Save",
+    "description": "Indicates that the actor has called out the object as being of interest primarily to him- or herself. Though this action MAY be shared publicly, the implication is that the object has been saved primarily for the actor's own benefit rather than to show it to others as would be indicated by the \"share\" verb.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "save"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} saved {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/schedule.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/schedule.json b/streams-schemas/src/site/resources/verbs/schedule.json
new file mode 100644
index 0000000..a9824a3
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/schedule.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Schedule",
+    "description": "Indicates that the actor has scheduled the object. For instance, scheduling a meeting.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "schedule"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} scheduled {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/search.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/search.json b/streams-schemas/src/site/resources/verbs/search.json
new file mode 100644
index 0000000..3263bbb
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/search.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Search",
+    "description": "Indicates that the actor is or has searched for the object. If a target is specified, it indicates the context within which the search is or has been conducted.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "satisfy"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} search for {object.displayName} in {target.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/sell.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/sell.json b/streams-schemas/src/site/resources/verbs/sell.json
new file mode 100644
index 0000000..16aa351
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/sell.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Sell",
+    "description": "Indicates that the actor has sold the object. If a target is specified, it indicates the entity to which the object was sold.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "sell"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} sold {object.displayName} to {target.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/send.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/send.json b/streams-schemas/src/site/resources/verbs/send.json
new file mode 100644
index 0000000..ead4108
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/send.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Share",
+    "description": "Indicates that the actor has called out the object to readers. In most cases, the actor did not create the object being shared, but is instead drawing attention to it.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "share"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} shared {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/share.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/share.json b/streams-schemas/src/site/resources/verbs/share.json
new file mode 100644
index 0000000..18c0aea
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/share.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Share",
+    "description": "To share an object.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "share"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} shared {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/sponsor.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/sponsor.json b/streams-schemas/src/site/resources/verbs/sponsor.json
new file mode 100644
index 0000000..cc6f5cf
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/sponsor.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Sponsor",
+    "description": "Indicates that the actor has sponsored the object. If a target is specified, it indicates the context within which the sponsorship is offered. For instance, a company can sponsor an event; or an individual can sponsor a project; etc.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "sponsor"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} sponsored {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/start.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/start.json b/streams-schemas/src/site/resources/verbs/start.json
new file mode 100644
index 0000000..61eaf06
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/start.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Start",
+    "description": "Indicates that the actor has started the object. For instance, when a person starts a project.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "start"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} started {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/stop-following.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/stop-following.json b/streams-schemas/src/site/resources/verbs/stop-following.json
new file mode 100644
index 0000000..e09317d
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/stop-following.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "UnFollow",
+    "description": "Indicates that the actor has stopped following the object.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "follow"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} stopped following {object.displayName}"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/02b5adda/streams-schemas/src/site/resources/verbs/submit.json
----------------------------------------------------------------------
diff --git a/streams-schemas/src/site/resources/verbs/submit.json b/streams-schemas/src/site/resources/verbs/submit.json
new file mode 100644
index 0000000..c1d25b1
--- /dev/null
+++ b/streams-schemas/src/site/resources/verbs/submit.json
@@ -0,0 +1,24 @@
+{
+    "$schema": "http://json-schema.org/draft-03/schema",
+    "$license": [
+        "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0",
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "Submit",
+    "description": "Indicates that the actor has submitted the object. If a target is specified, it indicates the entity to which the object was submitted.",
+    "extends": {
+        "$ref": "../activity.json"
+    },
+    "properties": {
+        "verb": {
+            "type": "string",
+            "default": "submit"
+        },
+        "title": {
+            "type": "string",
+            "default": "{actor.displayName} submitted {object.displayName} to {target.displayName}"
+        }
+    }
+}