updated schema.json URIs
diff --git a/taverna-gis-activity/src/main/resources/schema.json b/taverna-gis-activity/src/main/resources/schema.json
index 1e396b3..c04ef2d 100644
--- a/taverna-gis-activity/src/main/resources/schema.json
+++ b/taverna-gis-activity/src/main/resources/schema.json
@@ -1,23 +1,25 @@
 {
+  "http://purl.org/dc/terms/rights": "Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to You under the Apache License, Version 2.0 (the 'License'); you may not use this file except in compliance with the License.  You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an 'AS IS' BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License.",
+  "http://purl.org/dc/terms/license": {"@id": "http://www.apache.org/licenses/LICENSE-2.0"},  
     "$schema": "http://json-schema.org/draft-03/schema#",
-    "id": "http://example.com/2013/activity/apache-taverna-activity-gis.schema.json",
+    "id": "http://ns.taverna.org.uk/2016/activity/gis.schema.json",
     "title": "Gis activity configuration",
     "type": "object",
     "properties": {
         "@context": {
             "description": "JSON-LD context for interpreting the configuration as RDF",
             "required": true,
-            "enum": ["http://example.com/2013/activity/apache-taverna-activity-gis.context.json"]
+            "enum": ["http://ns.taverna.org.uk/2016/activity/gis.context.json"]
         },
-        "exampleString": {
-            "title": "Example String",
-            "description": "An example string property",
+        "ogcServiceUri": {
+            "title": "OGC Service URI",
+            "description": "URI of the OGC service description",
             "type": "string",
             "required": true
         },
-        "exampleUri": {
-            "title": "Example URI",
-            "description": "An example uri property",
+        "processIdentifier": {
+            "title": "Process Identifier",
+            "description": "The identifier within the OGC service description",
             "type": "string",
             "required": true
         }