updated schema

This commit is contained in:
Hugo Bernier 2022-02-12 21:39:53 -05:00 committed by GitHub
parent f075f35035
commit 237a8b1f8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 3 deletions

View File

@ -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"