Skip to content

Commit c53969e

Browse files
committed
fix: constants analysisResponse
1 parent 990dc94 commit c53969e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ JSON SCHEMA (STRICT — DO NOT MODIFY THE STRUCTURE):
2929
}
3030
],
3131
"snippets_count": 0,
32-
"analysis_response": {},
32+
"analysis_response": {<here put a json with a brief analysis of the snippets>},
3333
"metadata": {
3434
"parsed_at": "<ISO date>",
3535
"total_nodes_found": "number",

0 commit comments

Comments
 (0)