Skip to content

Commit

Permalink
Merge pull request #161 from clenk/fix-network-traffic-request-header
Browse files Browse the repository at this point in the history
Fix network traffic http-request request_header
  • Loading branch information
rpiazza authored Mar 14, 2024
2 parents 76a0199 + a433750 commit 61915bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion schemas/observables/network-traffic.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,10 @@
"description": "Specifies all of the HTTP header fields that may be found in the HTTP client request, as a dictionary.",
"patternProperties": {
"^.+$": {
"type": "string"
"type": "array",
"items": {
"type": "string"
}
}
},
"additionalProperties": false
Expand Down

0 comments on commit 61915bd

Please sign in to comment.