fix: remove problematic quotes from schema#921
Conversation
|
Claude finished @mbevc1's task in 2m 0s —— View job PR Review: fix: remove problematic quotes from schema
Static AnalysisAll checks pass:
ReviewChange summary: In to: This is a one-line change to a Assessment: The change is clean and low-risk — it only affects a human-readable description field, not any structural part of the schema. The resulting JSON is valid. Adding the colon after "default" is a minor readability improvement too. One note: The original escaped quotes ( Verdict: LGTM — straightforward fix, no concerns. 👍 |
Quotes were incorrectly formatting JSON and not added to schema. Applied and tested locally and it works now.