Add on_error to manifest schema

This fixes the gate-lint test.

Change-Id: I964a3cbf22aec1c05afe1e000c87aaf4a5b14a0e
This commit is contained in:
Mark Burnett 2018-03-05 10:16:56 -06:00
parent 86c3c11ba4
commit 14d26d7763
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@
"name": {
"type": "string"
},
"on_error": {
"$ref": "#/definitions/relativePath"
},
"publish": {
"$ref": "#/definitions/publish"
},