From e0813d47267d2e55bbfde1c6cb0f80bcf8dcce0e Mon Sep 17 00:00:00 2001 From: bkioshn Date: Thu, 17 Oct 2024 17:40:38 +0700 Subject: [PATCH] fix: remove id Signed-off-by: bkioshn --- .../bin/src/db/event/config/jsonschema/frontend.json | 1 - 1 file changed, 1 deletion(-) diff --git a/catalyst-gateway/bin/src/db/event/config/jsonschema/frontend.json b/catalyst-gateway/bin/src/db/event/config/jsonschema/frontend.json index 36a5876eace..674c23dd099 100644 --- a/catalyst-gateway/bin/src/db/event/config/jsonschema/frontend.json +++ b/catalyst-gateway/bin/src/db/event/config/jsonschema/frontend.json @@ -1,5 +1,4 @@ { - "$id": "https://www.stephenlewis.me/sentry-schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "Frontend JSON schema", "type": "object",