aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-11-21 10:05:23 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2014-11-21 10:05:23 +0100
commit18888db6f6ad674e1b5571122d3f40e0b0a227b8 (patch)
treecaa2c524ba9c5c9c4c357c2b180bcdda247e1b29 /doc
parentfaeb08e598859d602cb1f3b91f2049adc1c2106d (diff)
boot: Add new model fields.
Change-Id: If176cb85f2400c2aea94088310240231985845da
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 d96cdef..6530567 100644
--- a/doc/schema-boot.rst
+++ b/doc/schema-boot.rst
@@ -76,6 +76,10 @@ necessary to use its ``_id`` value.
}
}
},
+ "arch" : {
+ "type": "string",
+ "description": "The architecture type of this board"
+ },
"git_branch": {
"type": "string",
"description": "The branch used for boot testing"
@@ -208,6 +212,10 @@ have when sent to the server.
"type": "string",
"description": "The name of the board: it must be a valid and recognized name"
},
+ "arch" : {
+ "type": "string",
+ "description": "The architecture type of this board"
+ },
"git_branch": {
"type": "string",
"description": "The branch used for boot testing"