Closed
Description
Hello, while playing in playground I found a bug... probably. The problem happens when we declare field as "@container": "@list", "@type": "@id"
You can see example here:
link
When you provide empty array the compaction fails and we get full URI instead of abc
. If we provide at least 1 value, the compaction works fine and we get abc
property as array with provided values which is expected.
Expected result after compaction empty array would be empty array, rather than expanded form.