diff --git a/scripts/schemas/configs.schema.json b/scripts/schemas/configs.schema.json index baf75221..1ea57b4f 100644 --- a/scripts/schemas/configs.schema.json +++ b/scripts/schemas/configs.schema.json @@ -4,7 +4,8 @@ "type": "object", "properties": { "name": { - "type": "string" + "type": "string", + "pattern": "^([a-z0-9]+(-[a-z0-9]+)*)$" }, "value": {} },