Skip to content

Commit 2eacff5

Browse files
Release a new version of the jsonschema v1.34.0 (thomaspoignant#2340)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: thomaspoignant <[email protected]> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 22da7ef commit 2eacff5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.schema/flag-schema.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"title": "targeting",
1818
"description": "List of rule to target a subset of the users based on the evaluation context."
1919
},
20+
"bucketingKey": {
21+
"type": "string"
22+
},
2023
"defaultRule": {
2124
"$ref": "#/$defs/Rule",
2225
"title": "defaultRule",
@@ -267,6 +270,9 @@
267270
},
268271
"type": "array"
269272
},
273+
"bucketingKey": {
274+
"type": "string"
275+
},
270276
"defaultRule": {
271277
"$ref": "#/$defs/Rule"
272278
},
@@ -315,6 +321,9 @@
315321
"title": "targeting",
316322
"description": "List of rule to target a subset of the users based on the evaluation context."
317323
},
324+
"bucketingKey": {
325+
"type": "string"
326+
},
318327
"defaultRule": {
319328
"$ref": "#/$defs/Rule",
320329
"title": "defaultRule",

0 commit comments

Comments
 (0)