mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-03-09 06:38:52 +00:00
updated schema
This commit is contained in:
parent
f075f35035
commit
237a8b1f8d
@ -12,7 +12,9 @@
|
||||
"type": "string"
|
||||
},
|
||||
"source": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"default": "pnp",
|
||||
"pattern": "pnp"
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
@ -21,10 +23,12 @@
|
||||
"type": "string"
|
||||
},
|
||||
"creationDateTime": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"format": "date"
|
||||
},
|
||||
"updateDateTime": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"format": "date"
|
||||
},
|
||||
"shortDescription": {
|
||||
"type": "string"
|
||||
|
Loading…
x
Reference in New Issue
Block a user