diff --git a/static/schema/schema.v2.json b/static/schema/schema.v2.json index 73a1643..c9f2f5d 100644 --- a/static/schema/schema.v2.json +++ b/static/schema/schema.v2.json @@ -141,21 +141,26 @@ "default": "@coderabbitai", "description": "Add this keyword in the PR/MR title to auto-generate the title." }, - "poem": { + "review_status": { "type": "boolean", "default": true, - "description": "Generate a poem in the walkthrough comment." + "description": "Post review details on each review. Additionally, post a review status when a review is skipped in certain cases." }, - "review_status": { + "poem": { "type": "boolean", "default": true, - "description": "Post review details on each review. Additionally, post a review status when a review is skipped in certain cases." + "description": "Generate a poem in the walkthrough comment." }, "collapse_walkthrough": { "type": "boolean", "default": false, "description": "Generate walkthrough in a markdown collapsible section." }, + "sequence_diagrams": { + "type": "boolean", + "default": true, + "description": "Generate sequence diagrams in the walkthrough." + }, "path_filters": { "type": "array", "items": { @@ -196,12 +201,12 @@ "enabled": { "type": "boolean", "default": true, - "description": "Enable Automatic Review | Automatic code review" + "description": "Automatic Review | Automatic code review" }, "auto_incremental_review": { "type": "boolean", "default": true, - "description": "Enable Automatic Incremental Review | Automatic incremental code review on each push" + "description": "Automatic Incremental Review | Automatic incremental code review on each push" }, "ignore_title_keywords": { "type": "array",