phenopackets / phenopacket-schema

Repository for the GA4GH phenopacket schema
https://phenopacket-schema.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
79 stars 30 forks source link

Inconsistent use of 'messages' vs 'elements' to describe Phenopacket building blocks #324

Open azankl opened 3 years ago

azankl commented 3 years ago

Phenopackets' building blocks are sometimes referred to as ‘messages’ and sometimes as ‘elements’ in the docs. For example, ‘Individual’ is called an element (here), while ‘File’ is called a message (here). I think ‘element’ is better, more in keeping with the ‘building block’ analogy, ‘message’ is more protobuf terminology.