Skip to content

Handling properties as @container as @list and @type as @id #508

Closed
@dankawka

Description

@dankawka

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions