Skip to content

Commit

Permalink
Fix schema issue for hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
sukrit007 committed Mar 5, 2015
1 parent a2e3523 commit dc50038
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions schemas/job-config-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,7 @@
"oneOf": [
{
"type": "string",
"pattern": "^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]{0,61}[a-zA-Z0-9])(\\.([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]{0,61}[a-zA-Z0-9]))*[\\s,]*)+$",
"$ref": "#/definitions/string-or-template-type"
"pattern": "^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]{0,61}[a-zA-Z0-9])(\\.([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]{0,61}[a-zA-Z0-9]))*[\\s,]*)+$"
},
{
"$ref": "#/definitions/template-type"
Expand Down

0 comments on commit dc50038

Please sign in to comment.