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

42 lines
834 B
YAML

$id: koji-build.test.complete
$schema: http://json-schema.org/draft-07/schema#
description:
Testing of the koji build has been completed.
This is a mandatory message.
properties:
contact:
$ref: contact.json
run:
$ref: run.json
artifact:
$ref: rpm-build.json
pipeline:
$ref: pipeline.json
test:
allOf:
- $ref: test-common.json
- $ref: test-complete.json
notification:
$ref: notification.json
system:
type: array
items:
$ref: system.json
generated_at:
$ref: common.json#/properties/generated_at
version:
$ref: common.json#/properties/version
required:
- contact
- run
- artifact
- pipeline
- test
- system
- generated_at
- version
type: object