Skip to content

Naming convention is not aligned with other vocabularies #36

@msporny

Description

@msporny

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions