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: 0 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -1058,15 +1058,6 @@
1058
1058
}
1059
1059
]
1060
1060
},
1061
-
"DeviceClass": {
1062
-
"anyOf": [
1063
-
{
1064
-
"type": "integer",
1065
-
"format": "uint64",
1066
-
"minimum": 0.0
1067
-
}
1068
-
]
1069
-
},
1070
1061
"DeviceContext": {
1071
1062
"description": " Device information.\n\n Device context describes the device that caused the event. This is most appropriate for mobile\n applications.",
1072
1063
"anyOf": [
@@ -1122,17 +1113,6 @@
1122
1113
"null"
1123
1114
]
1124
1115
},
1125
-
"class": {
1126
-
"default": null,
1127
-
"anyOf": [
1128
-
{
1129
-
"$ref": "#/definitions/DeviceClass"
1130
-
},
1131
-
{
1132
-
"type": "null"
1133
-
}
1134
-
]
1135
-
},
1136
1116
"cpu_description": {
1137
1117
"description": " CPU description.\n\n For example, Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz.",
0 commit comments