diff --git a/tools/g2/manifest-schema.json b/tools/g2/manifest-schema.json index cce7ecd0..ec1863e2 100644 --- a/tools/g2/manifest-schema.json +++ b/tools/g2/manifest-schema.json @@ -45,6 +45,9 @@ "name": { "type": "string" }, + "on_error": { + "$ref": "#/definitions/relativePath" + }, "publish": { "$ref": "#/definitions/publish" },