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 38e33a7 commit 1e9919bCopy full SHA for 1e9919b
schemas/com.growthbook/experiment_viewed/jsonschema/1-0-0
@@ -24,8 +24,21 @@
24
"hashValue": {
25
"type": "string",
26
"maxLength": 160
27
- }
+ },
28
+ "custom": {
29
+ "type": "array",
30
+ "items": {
31
+ "type": "object",
32
+ "properties": {
33
+ "key": {
34
+ "type": "string"
35
36
+ "value": {
37
+ "type": ["string", "number", "integer", "null"]
38
+ }
39
40
41
42
},
43
"required": ["experimentId", "variationId"],
- "additionalProperties": true
44
}
0 commit comments