Skip to content

Commit

Permalink
fix bug in json schema. Need a comma
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzebsiddiqui committed Dec 8, 2023
1 parent 8eed5ad commit 2005ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildtest/schemas/settings.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"properties": {
"terse": { "$ref": "#/definitions/terse" },
"format": { "$ref": "#/definitions/format" },
"count": { "$ref": "#/definitions/count" },
"count": { "$ref": "#/definitions/count" }
}
},
"processor": {
Expand Down

0 comments on commit 2005ebf

Please sign in to comment.