user snake case for field names

This commit is contained in:
fryorcraken 2025-08-05 15:28:46 +10:00
parent 1e312bc2c3
commit 6a37950c66
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -141,7 +141,7 @@ types:
AutoShardingConfig: AutoShardingConfig:
type: struct type: struct
fields: fields:
numShardsInCluster: num_shards_in_cluster:
type: uint type: uint
description: "The number of shards in the configured cluster; this is a globally agreed value for each cluster." description: "The number of shards in the configured cluster; this is a globally agreed value for each cluster."
``` ```
@ -184,7 +184,7 @@ values:
DefaultAutoShardingConfig: DefaultAutoShardingConfig:
type: AutoShardingConfig type: AutoShardingConfig
fields: fields:
numShardsInCluster: 1 num_shards_in_cluster: 1
``` ```
#### Extended definitions #### Extended definitions