Add on_error to manifest schema
This fixes the gate-lint test. Change-Id: I964a3cbf22aec1c05afe1e000c87aaf4a5b14a0e
This commit is contained in:
@@ -45,6 +45,9 @@
|
|||||||
"name": {
|
"name": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"on_error": {
|
||||||
|
"$ref": "#/definitions/relativePath"
|
||||||
|
},
|
||||||
"publish": {
|
"publish": {
|
||||||
"$ref": "#/definitions/publish"
|
"$ref": "#/definitions/publish"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user