From e199e9dbe00541fdb740f0a4f710f5ba0a00d386 Mon Sep 17 00:00:00 2001 From: Ludwig Reiter Date: Fri, 30 Oct 2020 10:03:40 +0100 Subject: [PATCH] Update model assignment. Change enum and default of phase. --- docs/models.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/models.yml b/docs/models.yml index 8acb25078..d6f58a01b 100644 --- a/docs/models.yml +++ b/docs/models.yml @@ -1566,10 +1566,10 @@ assignment: phase: type: number enum: + - 0 - 1 - 2 - - 3 - default: 1 + default: 0 default_poll_description: string number_poll_candidates: boolean