diff --git a/schema/run.json b/schema/run.json index 94500f0a..a2e41a8a 100644 --- a/schema/run.json +++ b/schema/run.json @@ -42,6 +42,9 @@ "type": "string", "pattern": "^.+$" }, + "dest-image-url": { + "type": "string" + }, "engine-dir": { "type": "string", "pattern": "^.+$" @@ -62,6 +65,30 @@ "type": "string", "pattern": "^.+$" }, + "reg-auth": { + "type": "string" + }, + "reg-host": { + "type": "string" + }, + "reg-host-port": { + "type": "string" + }, + "reg-label": { + "type": "string" + }, + "reg-proj": { + "type": "string" + }, + "reg-proto": { + "type": "string" + }, + "reg-repo": { + "type": "string" + }, + "reg-tls-verify": { + "type": "string" + }, "registries": { "type": "object", "properties": { @@ -81,6 +108,9 @@ "type": "string", "pattern": "^.+$" }, + "source-image-url": { + "type": "string" + }, "tool-group": { "type": "string", "pattern": "^.+$"