From 07f224ff18bc91f02fcf69acc6a832443d3bd5da Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 19 Feb 2026 21:05:33 +0000 Subject: [PATCH] Relax type requirements on 'd' (data payload) field to improve type generation --- schemas/api/envelope.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/schemas/api/envelope.json b/schemas/api/envelope.json index 32f5860..af6131d 100644 --- a/schemas/api/envelope.json +++ b/schemas/api/envelope.json @@ -11,11 +11,7 @@ "description": "Unix timestamp showing when the data was generated, or the time the error was encountered" }, "d": { - "description": "Payload data. Type depends on request endpoint", - "anyOf": [ - {"type": "object"}, - {"type": "array"} - ] + "description": "Payload data. Type depends on request endpoint" }, "e": { "type": "object",