From 45de752e05325809bf9d4c2128fc55829f57240d Mon Sep 17 00:00:00 2001 From: Harsha Ampar Date: Mon, 4 May 2026 20:40:30 +0530 Subject: [PATCH] Fix JSON syntax: missing closing brace after VerdaAI audio entry The merge of #49 dropped the closing `}` and `},` between the VerdaAI audio watermark entry (ID 36) and the Evixar entry (ID 37), producing invalid JSON. --- softbinding-algorithm-list.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/softbinding-algorithm-list.json b/softbinding-algorithm-list.json index d5a69bb..ecdd55e 100755 --- a/softbinding-algorithm-list.json +++ b/softbinding-algorithm-list.json @@ -570,6 +570,9 @@ "dateEntered": "2026-04-16T00:00:00.000Z", "contact": "harsha@verda.ai", "informationalUrl": "https://verda.ai/watermarking" + } + }, + { "identifier": 37, "alg": "com.evixar.eaw.1", "type": "watermark",