Skip to content

Commit 88273a9

Browse files
committed
1 parent 8c13457 commit 88273a9

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

relay/event.schema.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2984,12 +2984,22 @@
29842984
"anyOf": [
29852985
{
29862986
"type": "object",
2987-
"required": [
2988-
"profile_id"
2989-
],
29902987
"properties": {
29912988
"profile_id": {
29922989
"description": " The profile ID.",
2990+
"default": null,
2991+
"anyOf": [
2992+
{
2993+
"$ref": "#/definitions/EventId"
2994+
},
2995+
{
2996+
"type": "null"
2997+
}
2998+
]
2999+
},
3000+
"profiler_id": {
3001+
"description": " The profiler ID.",
3002+
"default": null,
29933003
"anyOf": [
29943004
{
29953005
"$ref": "#/definitions/EventId"

0 commit comments

Comments
 (0)