aboutsummaryrefslogtreecommitdiff
path: root/doc/schema/1.0/test_suite_post.json
diff options
context:
space:
mode:
Diffstat (limited to 'doc/schema/1.0/test_suite_post.json')
-rw-r--r--doc/schema/1.0/test_suite_post.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/schema/1.0/test_suite_post.json b/doc/schema/1.0/test_suite_post.json
index d0f8e1e..2c2a992 100644
--- a/doc/schema/1.0/test_suite_post.json
+++ b/doc/schema/1.0/test_suite_post.json
@@ -69,6 +69,18 @@
"metadata": {
"type": "object",
"description": "Free form object where to store accessory test suite data"
+ },
+ "test_set": {
+ "type": "array",
+ "description": "The list of test set objects executed by this test suite",
+ "items": {"$ref": "http://api.kernelci.org/json-schema/1.0/test_set_get.json"},
+ "additionalItems": true
+ },
+ "test_case": {
+ "type": "array",
+ "description": "The list of test case objects executed by this test suite",
+ "items": {"$ref": "http://api.kernelci.org/json-schema/1.0/test_case_get.json"},
+ "additionalItems": true
}
},
"required": ["version", "name", "lab_name"]