Skip to content

Commit 21db133

Browse files
1 parent b0c8536 commit 21db133

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

relay/event.schema.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,6 +1058,15 @@
10581058
}
10591059
]
10601060
},
1061+
"DeviceClass": {
1062+
"anyOf": [
1063+
{
1064+
"type": "integer",
1065+
"format": "uint64",
1066+
"minimum": 0.0
1067+
}
1068+
]
1069+
},
10611070
"DeviceContext": {
10621071
"description": " Device information.\n\n Device context describes the device that caused the event. This is most appropriate for mobile\n applications.",
10631072
"anyOf": [
@@ -1113,6 +1122,17 @@
11131122
"null"
11141123
]
11151124
},
1125+
"class": {
1126+
"default": null,
1127+
"anyOf": [
1128+
{
1129+
"$ref": "#/definitions/DeviceClass"
1130+
},
1131+
{
1132+
"type": "null"
1133+
}
1134+
]
1135+
},
11161136
"cpu_description": {
11171137
"description": " CPU description.\n\n For example, Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz.",
11181138
"default": null,

0 commit comments

Comments
 (0)