Property Names
- Have parameters / properties in lower case with underscores.
- Have identifiers following the format:
type_id. (message_id,recording_id, etc) - Use distinguishers only when the name is non-intuitive or conflicts with another name. (
countinstead ofmessage_countbecause message should be intuitive, butcarrier_networkif there's also a roaming network) - Reuse parameter / property names. (
frominstead ofmsisdn)
Examples
machine_detectioncall_idbalance_transfer_idreceived_at
Why did we choose this?
Pre-existing standard
Related Links
N/A