Skip to content

Commit

Permalink
Allow digits in property names in hyper schema
Browse files Browse the repository at this point in the history
Similar to #284
  • Loading branch information
tsrivishnu committed Nov 30, 2016
1 parent f20d525 commit ca8173c
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 ca8173c

Please sign in to comment.