Skip to content
Snippets Groups Projects
Commit f28c532b authored by Darcy Murphy's avatar Darcy Murphy
Browse files

Merge pull request #38 from scitran/groups-regex

Expanded upon the Group's regex patterns.
parents 76ef3b44 75594ea4
No related branches found
No related tags found
No related merge requests found
......@@ -6,14 +6,14 @@
"_id": {
"maxLength": 32,
"minLength": 2,
"pattern": "^[0-9a-z.@_-]*$",
"pattern": "^[0-9a-z][0-9a-z.@_-]{0,30}[0-9a-z]$",
"title": "ID",
"type": "string"
},
"name": {
"maxLength": 32,
"minLength": 2,
"pattern": "^[0-9A-Za-z .@_-]*$",
"pattern": "^[0-9A-Za-z][0-9A-Za-z .@_-]{0,30}[0-9A-Za-z]$",
"title": "Name",
"type": "string"
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment