Skip to content

Commit

Permalink
Update docs/proposals/structured-configuration/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Hongcai Ren <[email protected]>
  • Loading branch information
sophiefeifeifeiya and RainbowMango committed Sep 24, 2024
1 parent 20fac46 commit d99e513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/proposals/structured-configuration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ creation-date: 2024-08-12

# Structured configuration overrider
## Summary
The proposal introduces a new feature that allows users to partially override values inside JSON and YAML fields. This is achieved using JSON patch operation. This design enables users to to override the values within JSON/YAML fields partially, rather than replacing a whole JSON/YAML fields with `PlaintextOverrider`. Currently, `PlaintextOverrider` applies JSON patch operations to whole fields, rather than specific values within fields, making it unsuitable for cases where users need to override individual values within those fields.
The proposal introduces a new feature that allows users to partially override values inside JSON and YAML fields. This is achieved using JSON patch operation. This design enables users to override the values within JSON/YAML fields partially, rather than replacing a whole JSON/YAML fields with `PlaintextOverrider`. Currently, `PlaintextOverrider` applies JSON patch operations to whole fields, rather than specific values within fields, making it unsuitable for cases where users need to override individual values within those fields.

## Motivation
### Goals
Expand Down

0 comments on commit d99e513

Please sign in to comment.