We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43c4f35 commit e7bc81dCopy full SHA for e7bc81d
src/lib/schemaValidation.ts
@@ -513,6 +513,14 @@ const SnapshotSchema: JSONSchemaType<Snapshot> = {
513
timeout: {
514
type: "number",
515
errorMessage: "Invalid snapshot options; timeout must be a number"
516
+ },
517
+ approvalThreshold: {
518
+ type: "number",
519
+ errorMessage: "Invalid snapshot options; approvalThreshold must be a number"
520
521
+ rejectionThreshold: {
522
523
+ errorMessage: "Invalid snapshot options; rejectionThreshold must be a number"
524
}
525
},
526
additionalProperties: false
0 commit comments