Remove custom error message from personalisation validation

There's no longer a single err msg that fits all problems with
personalisation - since letters expect specific fields there
This commit is contained in:
Leo Hemsted
2017-07-27 16:49:37 +01:00
parent 2ab105aaf4
commit 11f8603319
4 changed files with 33 additions and 7 deletions

View File

@@ -14,7 +14,6 @@ uuid = {
personalisation = {
"type": "object",
"validationMessage": "should contain key value pairs",
"code": "1001", # yet to be implemented
"link": "link to our error documentation not yet implemented"
}