jsonschema: remove obsolete http fields

These were moved to array request_headers/response_headers

Ticket: 6075
pull/14475/head
Philippe Antoine 7 months ago committed by Victor Julien
parent 0ca874b678
commit 2f39c8c099

@ -2383,9 +2383,6 @@
"length": { "length": {
"type": "integer" "type": "integer"
}, },
"org_src_ip": {
"type": "string"
},
"protocol": { "protocol": {
"type": "string" "type": "string"
}, },
@ -2447,18 +2444,12 @@
"type": "string", "type": "string",
"description": "Status string when it is not a valid integer (like 2XX)" "description": "Status string when it is not a valid integer (like 2XX)"
}, },
"true_client_ip": {
"type": "string"
},
"url": { "url": {
"type": "string" "type": "string"
}, },
"version": { "version": {
"type": "string" "type": "string"
}, },
"x_bluecoat_via": {
"type": "string"
},
"xff": { "xff": {
"type": "string" "type": "string"
} }

Loading…
Cancel
Save