open-telemetry / opentelemetry-configuration

JSON Schema definitions for OpenTelemetry file configuration
Apache License 2.0
41 stars 17 forks source link

Add modeling rule for property name case #96

Closed jack-berg closed 5 months ago

jack-berg commented 5 months ago

Properties should be lowe_snake_case. Adding this a modeling rule promotes consistency within the schema. The choice of lower_snake_case is consistent with collector YAML.

Originally discussed in this comment