aboutsummaryrefslogtreecommitdiff
path: root/doc/schema/1.0/test_set_post.json
diff options
context:
space:
mode:
Diffstat (limited to 'doc/schema/1.0/test_set_post.json')
-rw-r--r--doc/schema/1.0/test_set_post.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/schema/1.0/test_set_post.json b/doc/schema/1.0/test_set_post.json
index b81d8d4..fc5cb50 100644
--- a/doc/schema/1.0/test_set_post.json
+++ b/doc/schema/1.0/test_set_post.json
@@ -20,13 +20,7 @@
},
"test_suite_id": {
"type": "string",
- "description": "The test suite ID associated with this test case"
- },
- "test_case": {
- "type": "array",
- "description": "The list of test_case IDs executed by this test suite",
- "items": {"$ref": "http://api.kernelci.org/schema/1.0/test_case_post.json"},
- "additionalItems": true
+ "description": "The test suite ID associated with this test set"
},
"uri": {
"type": "uri",
@@ -39,6 +33,12 @@
"metadata": {
"type": "object",
"description": "Free form object where to store accessory test set data"
+ },
+ "test_case": {
+ "type": "array",
+ "description": "The list of test case objects executed by this test set",
+ "items": {"$ref": "http://api.kernelci.org/json-schema/1.0/test_case_get.json"},
+ "additionalItems": true
}
},
"required": ["version", "name", "test_suite_id"]