From ae3f5d225983e3f49c2473a70eadc7ec2233a897 Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 04:16:08 +0000 Subject: [PATCH] chore: chore: update Updatecli jsonschema MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- content/en/schema/latest/policy/manifest/config.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/en/schema/latest/policy/manifest/config.json b/content/en/schema/latest/policy/manifest/config.json index 37c07db9d..2ba009605 100644 --- a/content/en/schema/latest/policy/manifest/config.json +++ b/content/en/schema/latest/policy/manifest/config.json @@ -11048,7 +11048,7 @@ "properties": { "engine": { "type": "string", - "description": "default:\n * \"dasel/v1\" is the default engine used to manipulate json files\n\naccepted values:\n * \"dasel/v1\" for dasel v1 engine\n * \"dasel/v2\" for dasel v2 engine\n * \"dasel\" for the latest dasel engine which is currently dasel v2" + "description": "default:\n * \"dasel/v1\" is the default engine used to manipulate json files\n\naccepted values:\n * \"dasel/v1\" for dasel v1 engine\n * \"dasel/v2\" for dasel v2 engine\n * \"dasel/v3\" for dasel v3 engine\n * \"dasel\" for the latest dasel engine which is currently dasel v3" }, "file": { "type": "string", @@ -14022,7 +14022,7 @@ }, "createmissingkey": { "type": "boolean", - "description": "[t] CreateMissingKey allows non-existing keys. If the key does not exist, the key is created if AllowsMissingKey\n\t is true, otherwise an error is raised (the default).\n\t Only supported if Key is used" + "description": "[t] CreateMissingKey allows non-existing keys. If the key does not exist, the key is created if AllowsMissingKey\n\t is true, otherwise an error is raised (the default).\n\t Only supported if Key is used.\n\t Not supported by the \"dasel/v3\" engine, which cannot create missing keys." } }, "additionalProperties": false, @@ -20722,7 +20722,7 @@ "properties": { "engine": { "type": "string", - "description": "default:\n * \"dasel/v1\" is the default engine used to manipulate json files\n\naccepted values:\n * \"dasel/v1\" for dasel v1 engine\n * \"dasel/v2\" for dasel v2 engine\n * \"dasel\" for the latest dasel engine which is currently dasel v2" + "description": "default:\n * \"dasel/v1\" is the default engine used to manipulate json files\n\naccepted values:\n * \"dasel/v1\" for dasel v1 engine\n * \"dasel/v2\" for dasel v2 engine\n * \"dasel/v3\" for dasel v3 engine\n * \"dasel\" for the latest dasel engine which is currently dasel v3" }, "file": { "type": "string", @@ -23813,7 +23813,7 @@ }, "createmissingkey": { "type": "boolean", - "description": "[t] CreateMissingKey allows non-existing keys. If the key does not exist, the key is created if AllowsMissingKey\n\t is true, otherwise an error is raised (the default).\n\t Only supported if Key is used" + "description": "[t] CreateMissingKey allows non-existing keys. If the key does not exist, the key is created if AllowsMissingKey\n\t is true, otherwise an error is raised (the default).\n\t Only supported if Key is used.\n\t Not supported by the \"dasel/v3\" engine, which cannot create missing keys." } }, "additionalProperties": false, @@ -30774,7 +30774,7 @@ "properties": { "engine": { "type": "string", - "description": "default:\n * \"dasel/v1\" is the default engine used to manipulate json files\n\naccepted values:\n * \"dasel/v1\" for dasel v1 engine\n * \"dasel/v2\" for dasel v2 engine\n * \"dasel\" for the latest dasel engine which is currently dasel v2" + "description": "default:\n * \"dasel/v1\" is the default engine used to manipulate json files\n\naccepted values:\n * \"dasel/v1\" for dasel v1 engine\n * \"dasel/v2\" for dasel v2 engine\n * \"dasel/v3\" for dasel v3 engine\n * \"dasel\" for the latest dasel engine which is currently dasel v3" }, "file": { "type": "string", @@ -33982,7 +33982,7 @@ }, "createmissingkey": { "type": "boolean", - "description": "[t] CreateMissingKey allows non-existing keys. If the key does not exist, the key is created if AllowsMissingKey\n\t is true, otherwise an error is raised (the default).\n\t Only supported if Key is used" + "description": "[t] CreateMissingKey allows non-existing keys. If the key does not exist, the key is created if AllowsMissingKey\n\t is true, otherwise an error is raised (the default).\n\t Only supported if Key is used.\n\t Not supported by the \"dasel/v3\" engine, which cannot create missing keys." } }, "additionalProperties": false,