You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: relay/event.schema.json
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1058,6 +1058,15 @@
1058
1058
}
1059
1059
]
1060
1060
},
1061
+
"DeviceClass": {
1062
+
"anyOf": [
1063
+
{
1064
+
"type": "integer",
1065
+
"format": "uint64",
1066
+
"minimum": 0.0
1067
+
}
1068
+
]
1069
+
},
1061
1070
"DeviceContext": {
1062
1071
"description": " Device information.\n\n Device context describes the device that caused the event. This is most appropriate for mobile\n applications.",
1063
1072
"anyOf": [
@@ -1113,6 +1122,17 @@
1113
1122
"null"
1114
1123
]
1115
1124
},
1125
+
"class": {
1126
+
"default": null,
1127
+
"anyOf": [
1128
+
{
1129
+
"$ref": "#/definitions/DeviceClass"
1130
+
},
1131
+
{
1132
+
"type": "null"
1133
+
}
1134
+
]
1135
+
},
1116
1136
"cpu_description": {
1117
1137
"description": " CPU description.\n\n For example, Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz.",
0 commit comments