From e4d3719022f2ff7ad67e9faa274d2e0e822df95a Mon Sep 17 00:00:00 2001 From: Martin Boer Date: Tue, 3 Jun 2025 12:12:45 +0200 Subject: [PATCH] :wheelchair: hook action value can be a number --- specification/schemas/hooks/HookActionUpdateResource.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specification/schemas/hooks/HookActionUpdateResource.json b/specification/schemas/hooks/HookActionUpdateResource.json index ad3bcaa7..24ee2549 100644 --- a/specification/schemas/hooks/HookActionUpdateResource.json +++ b/specification/schemas/hooks/HookActionUpdateResource.json @@ -28,11 +28,12 @@ "value": { "type": [ "string", + "number", "object", "array" ], "example": "175a235f-aff5-4e44-87b5-3657b75c1deb", - "description": "In this specific case this could be a DPD Next Day service ID." + "description": "The value to set in the field targeted by the pointer." }, "converter": { "type": "string",