Skip to content

Commit

Permalink
Allow wildcards in artifactId.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Nov 3, 2023
1 parent 37517a2 commit 0f1f630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library-and-framework-list-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"artifact": {
"default": "",
"description": "The artifact name in the groupId:artifactId format",
"pattern": "^[a-zA-Z0-9._-]+:[a-zA-Z0-9._-]+$",
"pattern": "^[a-zA-Z0-9._-]+:[a-zA-Z0-9._*-]+$",
"title": "The name of the artifact",
"type": "string"
},
Expand Down

0 comments on commit 0f1f630

Please sign in to comment.