UNPKG

tartare-chai

Version:

A set of Chai plugins to help writing acceptance tests

24 lines (23 loc) 450 B
{ "title": "UNICA API Errors v2", "type": "object", "additionalProperties": false, "required": ["exceptionId", "exceptionText"], "properties": { "exceptionId": { "type": "string", "pattern": "^SVR|SVC|POL|SEC\\d+$" }, "exceptionText": { "type": "string", "minLength": 0 }, "moreInfo": { "type": "string", "format": "uri" }, "userMessage": { "type": "string" } } }