In the #216 we decided for the bulk API that creation of a partition only creates the root node first, without children (either containments or annotations).
In the delta API the #(DeletePartition)[https://github.com/LionWeb-io/specification/blob/niko/delta-api-spec/delta/commands.adoc] takes a Delta Chunk as the new partition. Aligning this with the Bulk API, we should only allow a single node without children.
Whether we expect this, is not clearly mentioned in the delta spec, this constraint should be added..
In the #216 we decided for the bulk API that creation of a partition only creates the root node first, without children (either containments or annotations).
In the delta API the #(DeletePartition)[https://github.com/LionWeb-io/specification/blob/niko/delta-api-spec/delta/commands.adoc] takes a Delta Chunk as the new partition. Aligning this with the Bulk API, we should only allow a single node without children.
Whether we expect this, is not clearly mentioned in the delta spec, this constraint should be added..