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…
Reference in New Issue