The timer service no longer requires a strict schema so the context.custom.* and event.custom.* namespace is no longer necessary. The original intent was to reserve the top level schema for Timber official contexts and events, but this concept has since been removed. Users should be able to do define context.foo and event.foo if they want.
The timer service no longer requires a strict schema so the
context.custom.*
andevent.custom.*
namespace is no longer necessary. The original intent was to reserve the top level schema for Timber official contexts and events, but this concept has since been removed. Users should be able to do definecontext.foo
andevent.foo
if they want.