Update metadata-schema.json

This commit is contained in:
Hugo Bernier 2023-09-12 22:13:17 -04:00 committed by GitHub
parent d48968c539
commit 9b7dd96f9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -7,7 +7,7 @@
"properties": { "properties": {
"name": { "name": {
"type": "string", "type": "string",
"pattern": "pnp-sp-dev-spfx-web-parts-.*" "pattern": "pnp-sp-dev-spfx-.*"
}, },
"version": { "version": {
"type": "string" "type": "string"
@ -21,8 +21,7 @@
"type": "string" "type": "string"
}, },
"url": { "url": {
"type": "string", "type": "string"
"pattern": "https:\/\/github.com\/pnp\/sp-dev-fx-webparts\/tree\/main\/samples\/.*"
}, },
"creationDateTime": { "creationDateTime": {
"type": "string", "type": "string",
@ -207,4 +206,4 @@
"updateDateTime" "updateDateTime"
] ]
} }
} }