aboutsummaryrefslogtreecommitdiff
path: root/doc/schema-job.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/schema-job.rst')
-rw-r--r--doc/schema-job.rst22
1 files changed, 0 insertions, 22 deletions
diff --git a/doc/schema-job.rst b/doc/schema-job.rst
index 64135f9..a8843db 100644
--- a/doc/schema-job.rst
+++ b/doc/schema-job.rst
@@ -107,28 +107,6 @@ data sent to the server.
"kernel": {
"type": "string",
"description": "The kernel associated with this object"
- },
- "boot_report": {
- "type": "boolean",
- "description": "If the boot report should be created and sent",
- "default": 0
- },
- "build_report": {
- "type": "boolean",
- "description": "If the build report should be created and sent",
- "default": 0
- },
- "boot_send_to": {
- "type": ["array", "string"],
- "description": "A single email address or a list of addresses where to send the boot report"
- },
- "build_send_to": {
- "type": ["array", "string"],
- "description": "A single email address or a list of addresses where to send the build report"
- },
- "send_to": {
- "type": ["array", "string"],
- "description": "A single email address or a list of addresses where to send the reports"
}
},
"required": ["job", "kernel"]