specify required fields for projects

Specify that all entries in the projects list must have the repo and
hash set.

Change-Id: I9aed25d156a68f17c78945dbee9275ae636219e0
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-04-11 13:27:36 -04:00
parent 116cf3a3ea
commit 10c8c9e9ff

View File

@ -67,6 +67,9 @@ properties:
type: "array"
items:
type: "object"
required:
- repo
- hash
properties:
repo:
type: "string"