From 94c33276ee487b6cdf23c38bcadb7b2129222ac4 Mon Sep 17 00:00:00 2001 From: Remi Date: Sat, 7 Feb 2026 14:01:15 +0100 Subject: [PATCH] Update version and change 'cdm' to 'dom' in JSON The Detection Objective model is a powerful way to describe the signals and how to compose a high-fidelity detection with them --- objects/opentide/definition.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/objects/opentide/definition.json b/objects/opentide/definition.json index a58f9e9a..2ac6fa2a 100644 --- a/objects/opentide/definition.json +++ b/objects/opentide/definition.json @@ -24,7 +24,7 @@ "ui-priority": 1, "values_list": [ "tvm", - "cdm", + "dom", "mdr" ] }, @@ -54,5 +54,5 @@ "version" ], "uuid": "892fd46a-f69e-455c-8c4f-843a4b8f4295", - "version": 3 -} \ No newline at end of file + "version": 4 +}