diff --git a/schemas/manifest.v2.schema.json b/schemas/manifest.v2.schema.json index 17f516f59d..742995ced1 100644 --- a/schemas/manifest.v2.schema.json +++ b/schemas/manifest.v2.schema.json @@ -346,6 +346,9 @@ }, "packages": { "$ref": "#/$defs/string_or_array_of" + }, + "packages_from_raw_bash": { + "type": "string" } } }