From 3d81ef381cc10ba4aa73d2137a460b37a21bad6d Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 3 Aug 2023 10:47:45 +0200 Subject: [PATCH] fix: [scan-results] JSON and trailing comma ;-) --- objects/scan-result/definition.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/objects/scan-result/definition.json b/objects/scan-result/definition.json index d92e92f..da00cd8 100644 --- a/objects/scan-result/definition.json +++ b/objects/scan-result/definition.json @@ -232,8 +232,8 @@ "name": "scan-result", "requiredOneOf": [ "scan-result", - "scan-result-query", + "scan-result-query" ], "uuid": "ebe2a359-8f5b-4a45-8106-d1678935b4c4", - "version": 2 -} + "version": 3 +} \ No newline at end of file