Open drom opened 5 years ago
Currently, single DUH document represents a single element like:
{component:{name:'foo",...}}
{design:{name:'foo",...}}
{abstractionDefinition:{name:'foo",...}}
It would be beneficial to support multiple elements in the same document by grouping them into array: [{}, {}, {}, ...]
[{}, {}, {}, ...]
Currently, single DUH document represents a single element like:
{component:{name:'foo",...}}
{design:{name:'foo",...}}
{abstractionDefinition:{name:'foo",...}}
It would be beneficial to support multiple elements in the same document by grouping them into array:
[{}, {}, {}, ...]