Skip to content

Commit e80a065

Browse files
authored
Merge pull request #583 from marmitar/allow-trailing-comma-in-schema
feat: allow trailing commas in config schema
2 parents 575cd92 + 34ad193 commit e80a065

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dcp.schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"description": "Configuration schema for the OpenCode Dynamic Context Pruning plugin",
66
"type": "object",
77
"additionalProperties": false,
8+
"allowTrailingCommas": true,
89
"properties": {
910
"$schema": {
1011
"type": "string",

0 commit comments

Comments
 (0)