diff --git a/schemas/manifest.v2.schema.json b/schemas/manifest.v2.schema.json index 69d870bd34..4d4c11132a 100644 --- a/schemas/manifest.v2.schema.json +++ b/schemas/manifest.v2.schema.json @@ -617,6 +617,9 @@ "needs_manual_tweaks": { "type": "boolean", "description": "Inform the maintainer of manual steps to make autoupdate PRs work" + }, + "branch": { + "type": "string" } } }