From 1b73ec263b0ee1c44ef8ded580b869376ba02233 Mon Sep 17 00:00:00 2001 From: raj_mathe Date: Mon, 20 Jun 2022 17:24:28 +0200 Subject: [PATCH] =?UTF-8?q?woche12=20>=20master:=20code=20py=20-=20schema?= =?UTF-8?q?=20f=C3=BCr=20pollards=20rho=20mit=20x-init?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/python/models/commands-schema.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/python/models/commands-schema.yaml b/code/python/models/commands-schema.yaml index 1e954cc..8b15999 100644 --- a/code/python/models/commands-schema.yaml +++ b/code/python/models/commands-schema.yaml @@ -185,6 +185,10 @@ components: number: type: integer exclusiveMinimum: 0 + x-init: + type: integer + default: 2 + minimum: 2 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # Enum Algorithm Names # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~