diff options
author | Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> | 2018-11-01 13:11:39 +0000 |
---|---|---|
committer | Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> | 2018-12-07 13:24:44 +0000 |
commit | 17693f46d6593e9b4e31d55e069b597d51b7de5b (patch) | |
tree | c20a6b798e522653ab6b8297fb4bd4d624dd545f /projects | |
parent | 286cf9ae26bb9545bfaf82730355863e38fdbe4a (diff) |
schema: Provide assignee enumerations
Define the acceptable list of assignees, and remove the duplicated field.
Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Diffstat (limited to 'projects')
-rw-r--r-- | projects/project.schema.yaml | 8 |
1 files changed, 3 insertions, 5 deletions
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 |