From 10c8c9e9ff115ec93097ccf0fbbc88d3e7c593e9 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 11 Apr 2018 13:27:36 -0400 Subject: [PATCH] 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 --- openstack_releases/schema.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openstack_releases/schema.yaml b/openstack_releases/schema.yaml index dd04d8f287..22c4b1ff3b 100644 --- a/openstack_releases/schema.yaml +++ b/openstack_releases/schema.yaml @@ -67,6 +67,9 @@ properties: type: "array" items: type: "object" + required: + - repo + - hash properties: repo: type: "string"