[chore] Add recommendation for lowercase attribute names (#788)

This commit is contained in:
Joao Grassi 2024-03-01 09:53:51 +01:00 committed by GitHub
parent e4930d3861
commit 9e90894cfa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ particular programming language or wire format._
Names SHOULD follow these rules:
- Names SHOULD be lowercase.
- Use namespacing to avoid name clashes. Delimit the namespaces using a dot
character. For example `service.version` denotes the service version where
`service` is the namespace and `version` is an attribute in that namespace.