-
-
Notifications
You must be signed in to change notification settings - Fork 64
Description
Currently there are no entity (?) to describe a mail message and/or parcel between two (or more) parties.
There are Message entity, but it looks like it's meant for electronic messages. I'm currently using it, but it's missing physical address property to describe a physical mail. (edit) and also Message requires a bodyText property, which is not always available for paper mail.
As for parcel, there are only a Trip - which is surely not meant to describe a parcel, but still it's something.
Probably, mail and parcel should be two distinct entities - and Parcel (item sent by post) should be Delivery (any items delivered by any ways between two parties - be it a mail parcel, food courier delivery or smuggling something by train trip).
And Delivery should have at least:
senderandreceiverentities;paymententity - to link a payment for the goods, if applicable;fromLocationandtoLocationentities of type Address;dateSentanddateReceived.