cncf / wg-serverless

CNCF Serverless WG
https://cncf.io
Apache License 2.0
1.51k stars 153 forks source link

Change all uppercase properties and enum types to lowercase #240

Closed tsurdilo closed 4 years ago

tsurdilo commented 4 years ago

Currently we enforce use of uppercase types and enums. This is not really the norm especially with our markup types (json/yaml). Changing to lowercase. Implementations can choose to ignore case or not.