Skip to content

Commit a45ee8c

Browse files
Update schema.v2.json
1 parent 66544ec commit a45ee8c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

static/schema/schema.v2.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,6 @@
116116
"default": true,
117117
"description": "Enable free tier features for users not on a paid plan."
118118
},
119-
"auto_resolve_threads": {
120-
"type": "boolean",
121-
"default": true,
122-
"description": "Automatically resolve threads when code changes address the feedback. When disabled, metrics are still tracked but threads won't be marked as resolved."
123-
},
124119
"reviews": {
125120
"type": "object",
126121
"properties": {
@@ -1136,7 +1131,7 @@
11361131
"default": {}
11371132
}
11381133
},
1139-
"additionalProperties": false
1134+
"additionalProperties": true
11401135
}
11411136
},
11421137
"$schema": "http://json-schema.org/draft-07/schema#"

0 commit comments

Comments
 (0)