Updated schema

This commit is contained in:
Hugo Bernier 2022-02-12 21:47:19 -05:00 committed by GitHub
parent 237a8b1f8d
commit 868f6ddff2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -6,7 +6,8 @@
"type": "object",
"properties": {
"name": {
"type": "string"
"type": "string",
"pattern": "pnp-sp-dev-spfx-web-parts-.*"
},
"version": {
"type": "string"
@ -20,7 +21,8 @@
"type": "string"
},
"url": {
"type": "string"
"type": "string",
"pattern": "https:\/\/github.com\/pnp\/sp-dev-fx-webparts\/tree\/main\/samples\/.*"
},
"creationDateTime": {
"type": "string",
@ -195,6 +197,7 @@
"name",
"source",
"title",
"url",
"shortDescription",
"products",
"metadata",