Skip to content

Commit 22d7648

Browse files
authored
fixup: add option 4
Authored-by: Simon Schrottner <simon.schrottner@dynatrace.com>
1 parent c1b35bf commit 22d7648

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/architecture-decisions/flag_configuration_parsing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ To address these issues, it is essential to establish a consistent and testable
3737
- Standardize flag parsing and handling using schema validation (Option 1).
3838
- Continue with the current approach but document the inconsistencies (Option 2).
3939
- Develop separate parsing logic for each implementation to address specific needs (Option 3).
40+
- Be rigid and enforce the JSON Schema Validation for all updates, even if that means ignoring updates if just one flag is violating the schema (Option 3).
4041

4142
## Proposal
4243

0 commit comments

Comments
 (0)