For various processes we rely on the kinesis-stream events for further processing.
Is there a possibility to make the content-operations events coming through the kinessis-stream consistent with the specs in the ans-schema specification?
https://github.com/washingtonpost/ans-schema/blob/master/src/main/resources/schema/ans/0.10.7/content_operation.json
Or at least provide good documentation about the actually used data-format?
E.g. we received events of type delete-video
with the body property a string of "not_found".
I get, that the body from a deleted object my not be relevant, but in any case the specs should match the transmitted data as using part's of the spec may trick you into actually believing that the events follow a spec.