The current naming conventions used in the specification are not aligned with other broadly used vocabularies (such as schema.org and all the VC vocabularies published by the VCWG). The conventions are:
- Class names are Pascal Case (example:
ListOperator)
- Property names are Camel Case (example:
nextUpdate)
- You do not need to prefix properties with the class in which they belong (example: No need for
TSL, ListOperator, List prefixes)
The classes and properties in the data model should be updated to align with best practices.