Skip to content

Commit 55203af

Browse files
allow additional properties on @Synthetics
1 parent 79d6285 commit 55203af

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)