diff --git a/schemas/manifest.v2.schema.json b/schemas/manifest.v2.schema.json index 38a9a8ab42..9ee7767c21 100644 --- a/schemas/manifest.v2.schema.json +++ b/schemas/manifest.v2.schema.json @@ -187,7 +187,7 @@ "required": [], "additionalProperties": false, "patternProperties": { - "^[a-z][a-z0-9_]*$": { + "^[a-zA-Z][a-zA-Z0-9_]*$": { "type": "string" } }