Commit 63881dcc authored by frequent's avatar frequent

update schema

parent 65729824
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"definitions": { "definitions": {
"sane_url": { "format": "uri", "pattern": "^https?://" }, "sane_url": { "format": "uri", "pattern": "^https?://" },
"openhub_url": {"format": "uri", "pattern": "https://www.openhub.net/p/.*/analyses/latest/languages_summary"}, "openhub_url": {"format": "uri", "pattern": "https://www.openhub.net/p/.*/analyses/latest/languages_summary"},
"wikipedia_url": {"format": "uri", "pattern": "https://en.wikipedia.org/wiki/.*"}, "wikipedia_url": {"format": "uri", "pattern": "https://[a-z]+.wikipedia.org/wiki/.*"},
"organisation_list": { "organisation_list": {
"enum": [ "enum": [
"Organisation", "Organisation",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment