aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-12-05 13:15:03 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2014-12-05 13:15:03 +0100
commit17e76cfa4f45b2319cda0aef29c849a3e11f814d (patch)
tree06b2b9db5fc128a95c58b403d0fe52c39da824cf /doc
parent80a2c92839f5393a0d31956a7fcb2ab5b2a277f5 (diff)
Add board_instance field for boot model.
Change-Id: Ic91f8ff906c9650a02cdbebb7e8df792390cb350
Diffstat (limited to 'doc')
-rw-r--r--doc/schema-boot.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/schema-boot.rst b/doc/schema-boot.rst
index 611f108..7d0ff81 100644
--- a/doc/schema-boot.rst
+++ b/doc/schema-boot.rst
@@ -44,6 +44,10 @@ necessary to use its ``_id`` value.
"type": "string",
"description": "The name of the board"
},
+ "board_instance": {
+ "type": "string",
+ "description": "The instance identifier for the board"
+ },
"job": {
"type": "string",
"description": "The job associated with this object"
@@ -236,6 +240,10 @@ have when sent to the server.
"type": "string",
"description": "The name of the board: it must be a valid and recognized name"
},
+ "board_instance": {
+ "type": "string",
+ "description": "The instance identifier for the board"
+ },
"arch" : {
"type": "string",
"description": "The architecture type of this board",