Skip to content

Commit

Permalink
fix(alias): allows numbers in alias as well
Browse files Browse the repository at this point in the history
  • Loading branch information
AVVS committed Feb 21, 2016
1 parent 2c4432a commit 7e88d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/alias.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type": "string",
"minLength": 3,
"maxLength": 15,
"pattern": "[a-zA-Z.]+"
"pattern": "[a-zA-Z.0-9]+"
}
}
}

0 comments on commit 7e88d45

Please sign in to comment.