You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/architecture-decisions/flag_configuration_parsing.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ To address these issues, it is essential to establish a consistent and testable
37
37
- Standardize flag parsing and handling using schema validation (Option 1).
38
38
- Continue with the current approach but document the inconsistencies (Option 2).
39
39
- 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).
0 commit comments