From 9101b52a61c34c0037263e073138931b25d11745 Mon Sep 17 00:00:00 2001 From: Jakub Onderka Date: Tue, 23 Jun 2020 09:43:13 +0200 Subject: [PATCH] Object name must contain on the characters a-z, 0-9, and hyphen --- schema_objects.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/schema_objects.json b/schema_objects.json index 2d6300a..eb8014b 100644 --- a/schema_objects.json +++ b/schema_objects.json @@ -269,7 +269,8 @@ "type": "string" }, "name": { - "type": "string" + "type": "string", + "pattern": "^[a-z0-9\\-]+$" }, "required": { "items": {