UNPKG

515 BJSONView Raw
1{
2 "id": "outputdata.json",
3 "$schema": "http://json-schema.org/draft-04/schema",
4 "title": "Output data",
5 "description": "Data expected in a testcase.\nEach key refers to a port, and the value is a description of the expected message on that port.\nThere can be one expectation (check) on each message, or an array of them.\n",
6 "type": "object",
7 "items": {
8 "oneOf": [
9 {
10 "$ref": "expectation.json"
11 },
12 {
13 "$ref": "expectations.json"
14 }
15 ]
16 },
17 "required": []
18}
\No newline at end of file