Skip to content

Commit 6ded6e4

Browse files
allow additional properties on @Synthetics (#359)
1 parent 79d6285 commit 6ded6e4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

schemas/rum/_common-schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@
244244
"type": "object",
245245
"description": "Synthetics properties",
246246
"required": ["test_id", "result_id"],
247+
"additionalProperties": true,
247248
"properties": {
248249
"test_id": {
249250
"type": "string",

0 commit comments

Comments
 (0)