Skip to content

Commit

Permalink
Merge pull request #11 from AkshayKumar-Vijapur/main
Browse files Browse the repository at this point in the history
Validator for code engine projects
  • Loading branch information
akshaykumar-vijapur authored and GitHub Enterprise committed Mar 24, 2022
2 parents 4d7824c + 76aff07 commit 8ff2319
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .bluemix/form-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,13 @@
"$ref": "#/messages/deploy.codeEngineProjectDescription"
},
"type": "string",
"pattern": "^[a-z0-9_]"
"pattern": "^[a-z0-9_]",
"validator": {
"v-type": "ce-project-list",
"params": [
"api-key"
]
}
},
"code-engine-region": {
"description": {
Expand Down

0 comments on commit 8ff2319

Please sign in to comment.