Merge "Add on_error to manifest schema"

This commit is contained in:
Bryan Strassner 2018-03-08 15:19:43 -05:00 committed by Gerrit Code Review
commit 38f774713b
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"
},