From 56c8b1c15c72d2955aac5a812937f734be913a39 Mon Sep 17 00:00:00 2001 From: Ralf Peschke Date: Tue, 23 Feb 2021 12:35:06 +0100 Subject: [PATCH] Add 'minimum' for some fields in Projector --- docs/models.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/models.yml b/docs/models.yml index 863148146..64abeb7e1 100644 --- a/docs/models.yml +++ b/docs/models.yml @@ -1916,12 +1916,15 @@ projector: default: 0 width: type: number + minimum: 1 default: 1200 aspect_ratio_numerator: type: number + minimum: 1 default: 16 aspect_ratio_denominator: type: number + minimum: 1 default: 9 color: type: color