http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/at.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/at.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/at.json
index 5086942..649bd28 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/at.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/at.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/at.json#";,
+    "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.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/attach.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/attach.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/attach.json
index 1bc578c..efc04de 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/attach.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/attach.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/attach.json#";,
+    "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.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/attend.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/attend.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/attend.json
index b691beb..7b2f32f 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/attend.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/attend.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/attend.json#";,
+    "id":"#",
     "type": "object",
     "title": "Attend",
     "description": "Indicates that the actor has attended the object. For 
instance, a person attending a meeting.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/author.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/author.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/author.json
index 73e1825..60616e5 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/author.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/author.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/author.json#";,
+    "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\".",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/authorize.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/authorize.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/authorize.json
index 5f98fb2..13ebe60 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/authorize.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/authorize.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/authorize.json#";,
+    "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.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/borrow.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/borrow.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/borrow.json
index f43e7cb..59e437e 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/borrow.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/borrow.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/borrow.json#";,
+    "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.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/build.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/build.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/build.json
index da57314..9e6279d 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/build.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/build.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/build.json#";,
+    "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.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/cancel.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/cancel.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/cancel.json
index 90db9df..31290cd 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/cancel.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/cancel.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/cancel.json#";,
+    "id":"#",
     "type": "object",
     "title": "Cancel",
     "description": "Indicates that the actor has canceled the object. For 
instance, canceling a calendar event.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/checkin.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/checkin.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/checkin.json
index 2695b54..f4d1c8f 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/checkin.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/checkin.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/checkin.json#";,
+    "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.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/close.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/close.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/close.json
index fa97fb8..7726572 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/close.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/close.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/close.json#";,
+    "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.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/complete.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/complete.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/complete.json
index f7a704d..a360f93 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/complete.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/complete.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/complete.json#";,
+    "id":"#",
     "type": "object",
     "title": "Complete",
     "description": "Indicates that the actor has completed the object",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/confirm.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/confirm.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/confirm.json
index 0af2167..28975d9 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/confirm.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/confirm.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/confirm.json#";,
+    "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.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/consume.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/consume.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/consume.json
index fd4ede5..89890af 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/consume.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/consume.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/consume.json#";,
+    "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\".",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/create.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/create.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/create.json
index 14ac78f..f7b7e4d 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/create.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/create.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/create.json#";,
+    "id":"#",
     "type": "object",
     "title": "Create",
     "description": "Indicates that the actor has created the object.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/delete.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/delete.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/delete.json
index 7545781..6bbf2ae 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/delete.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/delete.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/delete.json#";,
+    "id":"#",
     "type": "object",
     "title": "Delete",
     "description": "Indicates that the actor has deleted the object.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/deliver.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/deliver.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/deliver.json
index 282c2a3..d0266fd 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/deliver.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/deliver.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/deliver.json#";,
+    "id":"#",
     "type": "object",
     "title": "Deliver",
     "description": "Indicates that the actor has delivered the object. For 
example, delivering a package.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/deny.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/deny.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/deny.json
index b79dfd8..20b0255 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/deny.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/deny.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/deny.json#";,
+    "id":"#",
     "type": "object",
     "title": "Deny",
     "description": "Indicates that the actor has denied the object. For 
example, a manager may deny a travel request.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/disagree.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/disagree.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/disagree.json
index 292fdb2..84a006a 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/disagree.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/disagree.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/disagree.json#";,
+    "id":"#",
     "type": "object",
     "title": "Disagree",
     "description": "Indicates that the actor disagrees with the object.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/dislike.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/dislike.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/dislike.json
index 2a1038d..dc7859d 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/dislike.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/dislike.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/dislike.json#";,
+    "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\".",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/experience.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/experience.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/experience.json
index d35e75b..0423cc0 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/experience.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/experience.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/experience.json#";,
+    "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\"",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/favorite.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/favorite.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/favorite.json
index 12385a4..96d2d16 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/favorite.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/favorite.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/favorite.json#";,
+    "id":"#",
     "type": "object",
     "title": "Favorite",
     "description": "Indicates that the actor marked the object as an item of 
special interest.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/find.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/find.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/find.json
index e1e4937..341162f 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/find.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/find.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/find.json#";,
+    "id":"#",
     "type": "object",
     "title": "Find",
     "description": "Indicates that the actor has found the object.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/flag-as-inappropriate.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/flag-as-inappropriate.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/flag-as-inappropriate.json
index 550a8d6..dfb0233 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/flag-as-inappropriate.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/flag-as-inappropriate.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/flag-as-inappropriate.json#";,
+    "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.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/follow.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/follow.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/follow.json
index e84332f..6e68039 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/follow.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/follow.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/follow.json#";,
+    "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.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/give.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/give.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/give.json
index 6db134c..93da44c 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/give.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/give.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/give.json#";,
+    "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.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/host.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/host.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/host.json
index fe47e77..165a8d5 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/host.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/host.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/host.json#";,
+    "id":"#",
     "type": "object",
     "title": "Host",
     "description": "Indicates that the actor is hosting the object. As in 
hosting an event, or hosting a service.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/ignore.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/ignore.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/ignore.json
index ccb5bbc..f023e7a 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/ignore.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/ignore.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/ignore.json#";,
+    "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.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/insert.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/insert.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/insert.json
index d083c5d..407bdaa 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/insert.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/insert.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/insert.json#";,
+    "id":"#",
     "type": "object",
     "title": "Insert",
     "description": "Indicates that the actor has inserted the object into the 
target.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/install.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/install.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/install.json
index 9748f2d..01827e3 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/install.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/install.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/install.json#";,
+    "id":"#",
     "type": "object",
     "title": "Install",
     "description": "Indicates that the actor has installed the object, as in 
installing an application.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/interact.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/interact.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/interact.json
index a042a03..2e74e40 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/interact.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/interact.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/interact.json#";,
+    "id":"#",
     "type": "object",
     "title": "Interact",
     "description": "Indicates that the actor has interacted with the object. 
For instance, when one person interacts with another.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/invite.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/invite.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/invite.json
index 2fba0ba..825920e 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/invite.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/invite.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/invite.json#";,
+    "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.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/join.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/join.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/join.json
index 4e09653..347bb41 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/join.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/join.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/join.json#";,
+    "id":"#",
     "type": "object",
     "title": "Join",
     "description": "Indicates that the actor has become a member of the 
object.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/leave.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/leave.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/leave.json
index 65e1a7b..78311fb 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/leave.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/leave.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/leave.json#";,
+    "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.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/like.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/like.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/like.json
index 1bd009f..056bd0e 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/like.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/like.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/like.json#";,
+    "id":"#",
     "type": "object",
     "title": "Like",
     "description": "Indicates that the actor marked the object as an item of 
special interest.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/listen.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/listen.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/listen.json
index 589eefe..121e3c9 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/listen.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/listen.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/listen.json#";,
+    "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.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/lose.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/lose.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/lose.json
index 3f4d2ba..7b36c11 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/lose.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/lose.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/lose.json#";,
+    "id":"#",
     "type": "object",
     "title": "Lose",
     "description": "Indicates that the actor has lost the object. For 
instance, if a person loses a game.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/make-friend.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/make-friend.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/make-friend.json
index dcc10c0..ec9fca9 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/make-friend.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/make-friend.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/make-friend.json#";,
+    "id":"#",
     "type": "object",
     "title": "Befriend",
     "description": "Indicates the creation of a friendship that is 
reciprocated by the object.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/open.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/open.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/open.json
index d92d96f..77945aa 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/open.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/open.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/open.json#";,
+    "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.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/play.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/play.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/play.json
index 94a7aba..f4c9c6a 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/play.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/play.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/play.json#";,
+    "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.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/post.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/post.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/post.json
index 03eb33e..44f9f6c 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/post.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/post.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/post.json#";,
+    "id":"#",
     "type": "object",
     "title": "Post",
     "description": "To publish an object",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/present.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/present.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/present.json
index b0f968e..266d228 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/present.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/present.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/present.json#";,
+    "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.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/purchase.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/purchase.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/purchase.json
index d31db8b..3d68273 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/purchase.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/purchase.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/purchase.json#";,
+    "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.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/qualify.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/qualify.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/qualify.json
index 6a135d3..b23b851 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/qualify.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/qualify.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/qualify.json#";,
+    "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.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/read.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/read.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/read.json
index 95aee49..1e2b30a 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/read.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/read.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/read.json#";,
+    "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.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/receive.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/receive.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/receive.json
index 3837619..b636d97 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/receive.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/receive.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/receive.json#";,
+    "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.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/reject.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/reject.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/reject.json
index 4ccca93..dae5409 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/reject.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/reject.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/reject.json#";,
+    "id":"#",
     "type": "object",
     "title": "Reject",
     "description": "Indicates that the actor has rejected the object.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/remove-friend.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/remove-friend.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/remove-friend.json
index 41d0966..7eaff1c 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/remove-friend.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/remove-friend.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/remove-friend.json#";,
+    "id":"#",
     "type": "object",
     "title": "UnFriend",
     "description": "Indicates that the actor has removed the object from the 
collection of friends.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/remove.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/remove.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/remove.json
index 49e3fd3..affbb3c 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/remove.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/remove.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/remove.json#";,
+    "id":"#",
     "type": "object",
     "title": "Remove",
     "description": "Indicates that the actor has removed the object from the 
target.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/replace.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/replace.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/replace.json
index e324d0d..2df0da5 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/replace.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/replace.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/replace.json#";,
+    "id":"#",
     "type": "object",
     "title": "Replace",
     "description": "Indicates that the actor has replaced the target with the 
object.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/request-friend.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/request-friend.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/request-friend.json
index c0af949..fd6b870 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/request-friend.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/request-friend.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/request-friend.json#";,
+    "id":"#",
     "type": "object",
     "title": "RequestFriend",
     "description": "Indicates the creation of a friendship that has not yet 
been reciprocated by the object.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/request.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/request.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/request.json
index 6d22d96..e03f0fe 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/request.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/request.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/request.json#";,
+    "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.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/resolve.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/resolve.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/resolve.json
index 06c54c6..db93a36 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/resolve.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/resolve.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/resolve.json#";,
+    "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.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/retract.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/retract.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/retract.json
index d369bad..c41d7ad 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/retract.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/retract.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/retract.json#";,
+    "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.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/return.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/return.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/return.json
index ce28b48..77cb31e 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/return.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/return.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/return.json#";,
+    "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.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/rsvp-maybe.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/rsvp-maybe.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/rsvp-maybe.json
index 42999b0..c7219d1 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/rsvp-maybe.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/rsvp-maybe.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/rsvp-maybe.json#";,
+    "id":"#",
     "type": "object",
     "title": "Rsvp Maybe",
     "description": "To indicate that the actor may attend an event",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/rsvp-no.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/rsvp-no.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/rsvp-no.json
index 4f798f5..c06537f 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/rsvp-no.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/rsvp-no.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/rsvp-no.json#";,
+    "id":"#",
     "type": "object",
     "title": "Rsvp No",
     "description": "To indicate that the actor will not attend an event",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/rsvp-yes.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/rsvp-yes.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/rsvp-yes.json
index 51cf299..f1a57a1 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/rsvp-yes.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/rsvp-yes.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/rsvp-yes.json#";,
+    "id":"#",
     "type": "object",
     "title": "Rsvp Yes",
     "description": "To indicate that the actor will attend an event",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/satisfy.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/satisfy.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/satisfy.json
index a7e811f..8d141e1 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/satisfy.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/satisfy.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/satisfy.json#";,
+    "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.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/save.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/save.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/save.json
index a7f7eaa..9d22cb9 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/save.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/save.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/save.json#";,
+    "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.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/schedule.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/schedule.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/schedule.json
index 603ba7d..dd97a1d 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/schedule.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/schedule.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/schedule.json#";,
+    "id":"#",
     "type": "object",
     "title": "Schedule",
     "description": "Indicates that the actor has scheduled the object. For 
instance, scheduling a meeting.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/search.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/search.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/search.json
index 979f89c..a88296a 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/search.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/search.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/search.json#";,
+    "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.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/sell.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/sell.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/sell.json
index e43e7e3..1863c8f 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/sell.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/sell.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/sell.json#";,
+    "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.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/send.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/send.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/send.json
index 9977571..915e32c 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/send.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/send.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/send.json#";,
+    "id":"#",
     "type": "object",
     "title": "Send",
     "description": "Indicates that the actor has sent the object to the 
target.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/share.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/share.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/share.json
index 7f5930f..6452858 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/share.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/share.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/share.json#";,
+    "id":"#",
     "type": "object",
     "title": "Share",
     "description": "To share an object.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/sponsor.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/sponsor.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/sponsor.json
index a9fead9..0ed2a75 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/sponsor.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/sponsor.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/sponsor.json#";,
+    "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.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/start.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/start.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/start.json
index bf93396..64c5321 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/start.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/start.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/start.json#";,
+    "id":"#",
     "type": "object",
     "title": "Start",
     "description": "Indicates that the actor has started the object. For 
instance, when a person starts a project.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/stop-following.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/stop-following.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/stop-following.json
index 5989aca..da3e607 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/stop-following.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/stop-following.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/stop-following.json#";,
+    "id":"#",
     "type": "object",
     "title": "UnFollow",
     "description": "Indicates that the actor has stopped following the 
object.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/submit.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/submit.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/submit.json
index 1fef2e0..66d7f8d 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/submit.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/submit.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/submit.json#";,
+    "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.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/tag.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/tag.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/tag.json
index 914fca4..b2bda80 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/tag.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/tag.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/tag.json#";,
+    "id":"#",
     "type": "object",
     "title": "Tag",
     "description": "Indicates that the actor has associated the object with 
the target. For example, if the actor specifies that a particular user appears 
in a photo. the object is the user and the target is the photo.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/terminate.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/terminate.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/terminate.json
index 53af5c6..10cfc12 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/terminate.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/terminate.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/terminate.json#";,
+    "id":"#",
     "type": "object",
     "title": "Terminate",
     "description": "Indicates that the actor has terminated the object.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/tie.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/tie.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/tie.json
index 0e22af9..2346a8b 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/tie.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/tie.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/tie.json#";,
+    "id":"#",
     "type": "object",
     "title": "Tie",
     "description": "Indicates that the actor has neither won or lost the 
object. This verb is generally only applicable when the object represents some 
form of competition, such as a game.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/unfavorite.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/unfavorite.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/unfavorite.json
index 3a66f18..d5b2546 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/unfavorite.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/unfavorite.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/unfavorite.json#";,
+    "id":"#",
     "type": "object",
     "title": "UnFavorite",
     "description": "Indicates that the actor has removed the object from the 
collection of favorited items.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/unlike.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/unlike.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/unlike.json
index 288673a..2533378 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/unlike.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/unlike.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/unlike.json#";,
+    "id":"#",
     "type": "object",
     "title": "UnLike",
     "description": "Indicates that the actor has removed the object from the 
collection of liked items.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/unsatisfy.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/unsatisfy.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/unsatisfy.json
index d0a3f05..51fb82b 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/unsatisfy.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/unsatisfy.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/unsatisfy.json#";,
+    "id":"#",
     "type": "object",
     "title": "UnSatisfy",
     "description": "Indicates that the actor has not satisfied the object. If 
a target is specified, it indicates the context within which the object was not 
satisfied. For instance, if a person fails to satisfy the requirements of some 
particular challenge, the person is the actor; the requirement is the object 
and the challenge is the target.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/unsave.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/unsave.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/unsave.json
index 1519023..d5086cb 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/unsave.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/unsave.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/unsave.json#";,
+    "id":"#",
     "type": "object",
     "title": "UnSave",
     "description": "Indicates that the actor has removed the object from the 
collection of saved items.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/unshare.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/unshare.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/unshare.json
index 018c4fd..a2b853d 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/unshare.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/unshare.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/unshare.json#";,
+    "id":"#",
     "type": "object",
     "title": "UnSave",
     "description": "Indicates that the actor is no longer sharing the object. 
If a target is specified, it indicates the entity with whom the object is no 
longer being shared.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/update.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/update.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/update.json
index bc6b828..bba9368 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/update.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/update.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/update.json#";,
+    "id":"#",
     "type": "object",
     "title": "Update",
     "description": "The \"update\" verb indicates that the actor has modified 
the object. Use of the \"update\" verb is generally reserved to indicate 
modifications to existing objects or data such as changing an existing user's 
profile information.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/use.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/use.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/use.json
index eff4113..69201f2 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/use.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/use.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/use.json#";,
+    "id":"#",
     "type": "object",
     "title": "Use",
     "description": "Indicates that the actor has used the object in some 
manner.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/watch.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/watch.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/watch.json
index bf49609..b8c4f34 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/watch.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/watch.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/watch.json#";,
+    "id":"#",
     "type": "object",
     "title": "Watch",
     "description": "Indicates that the actor has watched the object. This verb 
is typically applicable only when the object represents dynamic, visible 
content such as a movie, a television show or a public performance.",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4f100f3a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/win.json
----------------------------------------------------------------------
diff --git 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/win.json
 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/win.json
index dc182ec..57ef70b 100644
--- 
a/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/win.json
+++ 
b/streams-schemas/streams-schema-activitystreams/src/main/jsonschema/verbs/win.json
@@ -4,7 +4,7 @@
         
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
         "http://www.apache.org/licenses/LICENSE-2.0";
     ],
-    "id": 
"http://streams.incubator.apache.org/site/latest/streams-project/streams-schemas/verbs/win.json#";,
+    "id":"#",
     "type": "object",
     "title": "Win",
     "description": "Indicates that the actor has won the object.  For 
instance, if a person wins a game.",


Reply via email to