-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ensure that event data can be an array, number, boolean or null (#…
…281) The schema incorrectly limits data values to only object and string. This is incorrect, since JSON can be an array, boolean, a single number or null as well. This commit modifies the schema to allow for array, boolean and null, and adds tests. Fixes: #280 Signed-off-by: Lance Ball <lball@redhat.com>
- Loading branch information
Showing
2 changed files
with
34 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters