Skip to content

Commit d99aa5d

Browse files
1 parent 21db133 commit d99aa5d

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

relay/event.schema.json

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

0 commit comments

Comments
 (0)