From 17693f46d6593e9b4e31d55e069b597d51b7de5b Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Thu, 1 Nov 2018 13:11:39 +0000 Subject: schema: Provide assignee enumerations Define the acceptable list of assignees, and remove the duplicated field. Signed-off-by: Kieran Bingham --- projects/project.schema.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'projects/project.schema.yaml') diff --git a/projects/project.schema.yaml b/projects/project.schema.yaml index 52a7b80..31fde86 100644 --- a/projects/project.schema.yaml +++ b/projects/project.schema.yaml @@ -29,10 +29,6 @@ mapping: required: True enum: ['Core', 'IO', 'MM'] - assignee: - type: str - required: True - key: include: uuid required: True @@ -43,8 +39,10 @@ mapping: enum: ['New', 'Active', 'Blocked', 'Paused', 'Done', 'Abandoned'] # Optional Fields - assigneee: + assignee: type: str + enum: ['BSP', 'Geert', 'Jacopo', 'Kieran', 'Laurent', 'Magnus', 'Marek', + 'Morimoto', 'Niklas', 'Shimoda', 'Simon', 'Ulrich', 'Wolfram'] bsp-commits: desc: A sequence / list of related BSP commits -- cgit v1.2.3