aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2015-03-05 11:15:53 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2015-03-05 11:15:53 +0100
commit103f1dc3872a40a7736e957e76e8f25409e4bed2 (patch)
tree737cd06045c367bf3ae7ab347034d34fe28bfce6
parent82a6d158ee485efe64d8a880022fc8832d097d24 (diff)
doc: Add time to measurement schema.
-rw-r--r--doc/schema/1.0/measurement.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/schema/1.0/measurement.json b/doc/schema/1.0/measurement.json
index e9c2f38..50ab28e 100644
--- a/doc/schema/1.0/measurement.json
+++ b/doc/schema/1.0/measurement.json
@@ -5,6 +5,11 @@
"description": "A measurement registered by a test case",
"type": "object",
"properties": {
+ "time": {
+ "type": "number",
+ "descrption": "Epoch time when the measurement was registered",
+ "format": "utc-millisec"
+ },
"unit": {
"type": "string",
"description": "The unit of this measurement",