From 2f39c8c099edadd66ecd18ca349cf8c1e686e2ee Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Wed, 10 Dec 2025 14:24:47 +0100 Subject: [PATCH] jsonschema: remove obsolete http fields These were moved to array request_headers/response_headers Ticket: 6075 --- etc/schema.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/etc/schema.json b/etc/schema.json index 7f6adaa34b..41c35dd986 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -2383,9 +2383,6 @@ "length": { "type": "integer" }, - "org_src_ip": { - "type": "string" - }, "protocol": { "type": "string" }, @@ -2447,18 +2444,12 @@ "type": "string", "description": "Status string when it is not a valid integer (like 2XX)" }, - "true_client_ip": { - "type": "string" - }, "url": { "type": "string" }, "version": { "type": "string" }, - "x_bluecoat_via": { - "type": "string" - }, "xff": { "type": "string" }