fix(cli): add missing response key to custom theme text schema (#25822)

Co-authored-by: Adib234 <30782825+Adib234@users.noreply.github.com>
This commit is contained in:
Gaurav Dubey
2026-04-27 20:31:30 +05:30
committed by GitHub
parent 42587de733
commit 743518e1b8
3 changed files with 31 additions and 0 deletions
+3
View File
@@ -3880,6 +3880,9 @@
},
"accent": {
"type": "string"
},
"response": {
"type": "string"
}
}
},