sdk-javascript/test
Lance Ball b99f728190
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: https://github.com/cloudevents/sdk-javascript/issues/280

Signed-off-by: Lance Ball <lball@redhat.com>
2020-07-29 08:35:23 -04:00
..
conformance lib: change Receiver#accept() to be static Receiver.accept (#271) 2020-07-24 15:07:46 -04:00
integration fix: ensure that event data can be an array, number, boolean or null (#281) 2020-07-29 08:35:23 -04:00