Should these fields be made plural to match other fields? https://github.com/deislabs/bindle/blob/9487388a7e306c10a9c71bd6adac1aafde1678be/src/invoice/mod.rs#L79-L81 IMO we should be listing these as "parcels", "groups", and "signatures" as we're dealing with a list of objects rather than a single object. That being said, this would break backwards compatibility with older bindle clients. I noticed this while updating [bindle-dotnet](https://github.com/deislabs/bindle-dotnet) to the newest bindle APIs.
Should these fields be made plural to match other fields?
bindle/src/invoice/mod.rs
Lines 79 to 81 in 9487388
IMO we should be listing these as "parcels", "groups", and "signatures" as we're dealing with a list of objects rather than a single object.
That being said, this would break backwards compatibility with older bindle clients.
I noticed this while updating bindle-dotnet to the newest bindle APIs.