Skip to content

Commit

Permalink
Policy: Nginx filters fix jsonschema
Browse files Browse the repository at this point in the history
Add a minimum number of items in the policy to avoid empty list.

Fix https://issues.redhat.com/browse/THREESCALE-7349

Signed-off-by: Eloy Coto <[email protected]>
  • Loading branch information
eloycoto committed Aug 23, 2021
1 parent f35033e commit a32d1b8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"headers": {
"type": "array",
"title": "Headers to filter",
"minItems": 1,
"items": {
"type": "object",
"properties": {
Expand Down

0 comments on commit a32d1b8

Please sign in to comment.