updated schema
This commit is contained in:
parent
f075f35035
commit
237a8b1f8d
|
@ -12,7 +12,9 @@
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"source": {
|
"source": {
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"default": "pnp",
|
||||||
|
"pattern": "pnp"
|
||||||
},
|
},
|
||||||
"title": {
|
"title": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
@ -21,10 +23,12 @@
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"creationDateTime": {
|
"creationDateTime": {
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"format": "date"
|
||||||
},
|
},
|
||||||
"updateDateTime": {
|
"updateDateTime": {
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"format": "date"
|
||||||
},
|
},
|
||||||
"shortDescription": {
|
"shortDescription": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
|
Loading…
Reference in New Issue