Closed
Description
Playground: http://tinyurl.com/y4ry8o3m
With a very simple identity frame (e.g. give the top node's id and a context), the expected output would be to follow the context's definition for @container: @set
and wrap single objects in an array. This works as expected for the context when applied via compaction (see the compaction tab in the playground).
However, in both the javascript and python implementations, the part
property does not generate an array from the frame, where it does from compaction. Note that it is not due to Production within Production, as changing the class of either to (e.g.) Activity
results in the same structure.
This seems like a bug?