From aaf28fa7c3feb66fc833e47154c33561cd3168e9 Mon Sep 17 00:00:00 2001 From: Stephane de Labrusse Date: Mon, 19 Feb 2024 09:56:45 +0100 Subject: [PATCH] add dot in set-route validation --- imageroot/actions/set-route/validate-input.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imageroot/actions/set-route/validate-input.json b/imageroot/actions/set-route/validate-input.json index decc493..63c46ba 100644 --- a/imageroot/actions/set-route/validate-input.json +++ b/imageroot/actions/set-route/validate-input.json @@ -71,7 +71,7 @@ "properties": { "instance": { "type": "string", - "pattern": "^[a-zA-Z0-9_-]+$", + "pattern": "^[a-zA-Z0-9_\\.-]+$", "title": "Instance name", "examples": [ "module1" @@ -187,4 +187,4 @@ } } } -} \ No newline at end of file +}