diff --git a/etc/schema.json b/etc/schema.json index 4417bef686..6f449e8213 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -1709,6 +1709,14 @@ "http_refer": { "type": "string" }, + "http_request_body": { + "type": "string", + "description": "Base64 of the request body" + }, + "http_request_body_printable": { + "type": "string", + "description": "The ascii-printable characters of the request body" + }, "http_response_body": { "type": "string" },