From fc95fa3d02243d778d2901e4be9a734929e49450 Mon Sep 17 00:00:00 2001 From: Sam Machin Date: Thu, 6 Mar 2025 16:51:01 +0000 Subject: [PATCH] add digitCount to amd (#88) --- specs.json | 1 + 1 file changed, 1 insertion(+) diff --git a/specs.json b/specs.json index e4414f4..05c1dd6 100644 --- a/specs.json +++ b/specs.json @@ -1161,6 +1161,7 @@ "properties": { "actionHook": "object|string", "thresholdWordCount": "number", + "digitCount": "number", "timers": "#amdTimers", "recognizer": "#recognizer" },