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:
parent
116cf3a3ea
commit
10c8c9e9ff
@ -67,6 +67,9 @@ properties:
|
||||
type: "array"
|
||||
items:
|
||||
type: "object"
|
||||
required:
|
||||
- repo
|
||||
- hash
|
||||
properties:
|
||||
repo:
|
||||
type: "string"
|
||||
|
Loading…
x
Reference in New Issue
Block a user