diff --git a/templates/metadata-schema.json b/templates/metadata-schema.json index ea08f4edd..ac7dd7d31 100644 --- a/templates/metadata-schema.json +++ b/templates/metadata-schema.json @@ -7,7 +7,7 @@ "properties": { "name": { "type": "string", - "pattern": "pnp-sp-dev-spfx-web-parts-.*" + "pattern": "pnp-sp-dev-spfx-.*" }, "version": { "type": "string" @@ -21,8 +21,7 @@ "type": "string" }, "url": { - "type": "string", - "pattern": "https:\/\/github.com\/pnp\/sp-dev-fx-webparts\/tree\/main\/samples\/.*" + "type": "string" }, "creationDateTime": { "type": "string", @@ -207,4 +206,4 @@ "updateDateTime" ] } -} \ No newline at end of file +}