messages/schemas/koji-build.test.queued.yaml

37 lines
713 B
YAML
Raw Normal View History

$id: koji-build.test.queued
2018-08-20 15:58:04 +02:00
$schema: http://json-schema.org/draft-07/schema#
description:
Testing has been queued, but not yet started.
This is an optional message.
properties:
contact:
$ref: contact.json
2018-08-20 15:58:04 +02:00
run:
$ref: run.json
artifact:
$ref: rpm-build.json
pipeline:
$ref: pipeline.json
test:
$ref: test-common.json
2018-08-20 15:58:04 +02:00
generated_at:
$ref: common.json#/properties/generated_at
2018-08-20 15:58:04 +02:00
version:
$ref: common.json#/properties/version
system:
type: array
items:
$ref: system.json
2018-08-20 15:58:04 +02:00
required:
- contact
2018-08-20 15:58:04 +02:00
- run
- artifact
- pipeline
- test
2018-08-20 15:58:04 +02:00
- generated_at
- version
2018-08-20 15:58:04 +02:00
type: object