Skip to content

Commit 9924bd0

Browse files
authored
Merge pull request #14 from StackStorm-Exchange/nzlosh-patch-2
Update config.schema.yaml
2 parents 101cf42 + bfaefbc commit 9924bd0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

config.schema.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,12 @@
2626
type: "boolean"
2727
required: false
2828
default: false
29+
consistency:
30+
description: "The consistency mode to use by default for all reads that support the consistency option."
31+
type: "string"
32+
enum:
33+
- default
34+
- consistent
35+
- stale
36+
required: false
37+
default: "default"

0 commit comments

Comments
 (0)