Skip to content

Commit

Permalink
Merge pull request #316 from tsrivishnu/allow-digits-in-property-names
Browse files Browse the repository at this point in the history
Allow digits in property names in hyper schema
  • Loading branch information
geemus authored Dec 6, 2016
2 parents f20d525 + ca8173c commit 3698bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/interagent-hyper-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
"properties": {
"patternProperties": {
"^[a-z][a-zA-Z_]*[a-zA-Z]$": {
"^[a-z0-9][a-zA-Z0-9_]*[a-zA-Z0-9]$": {
"$ref": "#/definitions/resourceProperty"
}
},
Expand Down

0 comments on commit 3698bd2

Please sign in to comment.