Question Area
[ ] App Directory
[ ] API
[x] Context Data
[ ] Intents
[ ] Use Cases
[ ] Other
Question
Mix casing in enums can cause problems for serializations in other platforms. Should we add to best practices and review that all new enums defined as fields in context types to be camel cased?
Example: This came up as an issue when adding 2.1 TransactionResult status to fdc3-dotnet. The values are not camel cased.