From b76934c5afb14a077e2bbce6bdf472f33b08dab1 Mon Sep 17 00:00:00 2001 From: Karl Rister Date: Sun, 24 Nov 2024 09:22:18 -0600 Subject: [PATCH] restore deprecated properties to run.json schema - even though these properties are no longer used they ar necessary for processing/indexing existing data --- schema/run.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) 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": "^.+$"