You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iota.apache.org by to...@apache.org on 2016/07/14 19:54:32 UTC

[3/9] incubator-iota git commit: Adding new JSON property to specify Jar location

Adding new JSON property to specify Jar location


Project: http://git-wip-us.apache.org/repos/asf/incubator-iota/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-iota/commit/a2cc5b60
Tree: http://git-wip-us.apache.org/repos/asf/incubator-iota/tree/a2cc5b60
Diff: http://git-wip-us.apache.org/repos/asf/incubator-iota/diff/a2cc5b60

Branch: refs/heads/master
Commit: a2cc5b601967328e3118fd8190af4b6e9bbadd45
Parents: a9698b3
Author: Barbara Gomes <ba...@gmail.com>
Authored: Wed Jul 13 12:52:50 2016 -0700
Committer: Barbara Gomes <ba...@gmail.com>
Committed: Wed Jul 13 12:52:50 2016 -0700

----------------------------------------------------------------------
 fey-core/src/main/resources/fey-json-schema-validator.json | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-iota/blob/a2cc5b60/fey-core/src/main/resources/fey-json-schema-validator.json
----------------------------------------------------------------------
diff --git a/fey-core/src/main/resources/fey-json-schema-validator.json b/fey-core/src/main/resources/fey-json-schema-validator.json
index 8f12b24..7a4308b 100644
--- a/fey-core/src/main/resources/fey-json-schema-validator.json
+++ b/fey-core/src/main/resources/fey-json-schema-validator.json
@@ -49,6 +49,10 @@
               "type":"string",
               "pattern":"\\w+(\\.jar)"
             },
+            "location":{
+              "type":"string",
+              "pattern":"(?i)(^(http|https|file)):\/\/"
+            },
             "classPath":{
               "type":"string",
               "pattern":"\\w+"