Update metadata-schema.json
This commit is contained in:
parent
d48968c539
commit
9b7dd96f9a
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue