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": {
"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"
]
}
}
}