From 9120e0323610861c9d4e8a4973acaa38d60cc8a8 Mon Sep 17 00:00:00 2001 From: Prajjwal Bhandari Date: Mon, 31 Aug 2026 18:58:57 -0400 Subject: [PATCH] fix(schema.json): policies can accept any number of arbitrary properties --- sentry-options/schemas/snuba/schema.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sentry-options/schemas/snuba/schema.json b/sentry-options/schemas/snuba/schema.json index 68c4ae6ac1..cf2ae0a7d1 100644 --- a/sentry-options/schemas/snuba/schema.json +++ b/sentry-options/schemas/snuba/schema.json @@ -376,6 +376,9 @@ }, "optional": true } + }, + "additionalProperties": { + "type": "number" } } }