Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions canonical-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
, "property" : { "$ref": "#/definitions/property" }
, "input" : { "$ref": "#/definitions/input" }
, "expected" : { "$ref": "#/definitions/expected" }
, "timeout" : { "$ref": "#/definitions/timeout" }
}
, "additionalProperties": false
},
Expand Down Expand Up @@ -156,6 +157,11 @@
}
},

"timeout":
{ "description": "Test timeout in milliseconds"
, "type" : "integer"
},

"error":
{ "description": "A message describing an error condition"
, "type" : "string"
Expand Down