Skip to content

Commit

Permalink
Fix: Payload limit policy, fix jsonschema
Browse files Browse the repository at this point in the history
Right now, with the additionalproperties enabled, it shows multiple keys
that does not make sense at all.

Fix THREESCALE-6965
Signed-off-by: Eloy Coto <[email protected]>
  • Loading branch information
eloycoto committed Aug 5, 2021
1 parent 29d4b6b commit 41c5dcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Fixed warning messages [PR #1282](https://github.com/3scale/APIcast/pull/1282) [THREESCALE-5816](https://issues.redhat.com/browse/THREESCALE-5816)
- Fixed lua socket error on ssl_certificate [PR #1283](https://github.com/3scale/APIcast/pull/1283) [THREESCALE-7230](https://issues.redhat.com/browse/THREESCALE-7230)
- Fixed Acess log header [PR #1284](https://github.com/3scale/APIcast/pull/1284) [THREESCALE-6193](https://issues.redhat.com/browse/THREESCALE-6193)
- Fixed Payload limit jsonschema [PR #1293](https://github.com/3scale/APIcast/pull/1293) [THREESCALE-6965](https://issues.redhat.com/browse/THREESCALE-6965)

### Added

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
0
]
}
},
"additionalProperties": true
}
}
}

0 comments on commit 41c5dcb

Please sign in to comment.