From 30cb7ccf3936e5b6344be289f0b9c6416662e228 Mon Sep 17 00:00:00 2001 From: Milo Casagrande Date: Mon, 13 Apr 2015 11:11:24 +0200 Subject: Add fixed test suite schema version. --- doc/schema/1.0/test_suite_get.json | 8 ++++++++ doc/schema/1.0/test_suite_post.json | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/doc/schema/1.0/test_suite_get.json b/doc/schema/1.0/test_suite_get.json index fe5e1c5..1625bfd 100644 --- a/doc/schema/1.0/test_suite_get.json +++ b/doc/schema/1.0/test_suite_get.json @@ -96,6 +96,14 @@ "metadata": { "type": "object", "description": "Free form object where accessory test suite data is stored" + }, + "definition_uri": { + "type": "string", + "description": "The URI where this test set definition is stored" + }, + "vcs_commit": { + "type": "string", + "description": "The VCS commit value if the $definitio_uri field is a VCS URI" } } } diff --git a/doc/schema/1.0/test_suite_post.json b/doc/schema/1.0/test_suite_post.json index 7f38215..6a4b066 100644 --- a/doc/schema/1.0/test_suite_post.json +++ b/doc/schema/1.0/test_suite_post.json @@ -81,6 +81,14 @@ "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 + }, + "definition_uri": { + "type": "string", + "description": "The URI where this test suite definition is stored" + }, + "vcs_commit": { + "type": "string", + "description": "The VCS commit value if the $definitio_uri field is a VCS URI" } }, "required": ["version", "name", "lab_name", "defconfig_id"] -- cgit v1.2.3