Skip to content

Commit 1e9919b

Browse files
committed
Adjusted additional properties
1 parent 38e33a7 commit 1e9919b

File tree

1 file changed

+15
-2
lines changed
  • schemas/com.growthbook/experiment_viewed/jsonschema

1 file changed

+15
-2
lines changed

schemas/com.growthbook/experiment_viewed/jsonschema/1-0-0

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,21 @@
2424
"hashValue": {
2525
"type": "string",
2626
"maxLength": 160
27-
}
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+
},
2842
},
2943
"required": ["experimentId", "variationId"],
30-
"additionalProperties": true
3144
}

0 commit comments

Comments
 (0)