Documentation: Concerto Model - Relationships
[...] Deleting the Order has no impact on the OrderLine. When the Order is serialized the JSON only the IDs of the OrderLines are stored within the Order, not the OrderLines themselves.
source: https://docs.accordproject.org/docs/model-relationships.html
Thanks @tomas99batista for raising this issue. Well spotted!
This should probably read something like this instead:
When the Order is serialized to JSON only the IDs of the OrderLines are stored within the Order, not the OrderLines themselves.
Sounds good to me :+1: Thanks :smile:
Going to use the same issue to present another one:
A an optional value can be either present,
src: https://docs.accordproject.org/docs/logic-complex-type.html#optionals
Moving this to the corresponding repo