Repository: incubator-taverna-plugin-gis
Updated Branches:
  refs/heads/master 06fe487df -> 42b078e21


updated schema.json URIs


Project: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis/commit/42b078e2
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis/tree/42b078e2
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis/diff/42b078e2

Branch: refs/heads/master
Commit: 42b078e2155395a3954a95ecf2168b0691fa3700
Parents: 06fe487
Author: Stian Soiland-Reyes <[email protected]>
Authored: Mon Jul 11 15:00:08 2016 +0100
Committer: Stian Soiland-Reyes <[email protected]>
Committed: Mon Jul 11 15:00:08 2016 +0100

----------------------------------------------------------------------
 .../src/main/resources/schema.json                | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis/blob/42b078e2/taverna-gis-activity/src/main/resources/schema.json
----------------------------------------------------------------------
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
         }

Reply via email to