Skip to content

Commit

Permalink
Updated schema for validation
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoabernier committed Jul 27, 2023
1 parent 5aafaf7 commit ad83de8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/metadata-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"properties": {
"name": {
"type": "string",
"pattern": "pnp-powerplatform-samples-.*"
"pattern": "pnp-power.*-samples-.*"
},
"version": {
"type": "string"
Expand All @@ -22,7 +22,7 @@
},
"url": {
"type": "string",
"pattern": "https:\/\/github.com\/pnp\/powerplatform-samples\/tree\/main\/samples\/.*"
"pattern": "https:\/\/github.com\/pnp\/power.*-samples\/tree\/main\/samples\/.*"
},
"creationDateTime": {
"type": "string",
Expand Down

0 comments on commit ad83de8

Please sign in to comment.