Skip to content

Commit 54a53b1

Browse files
committed
Update keymouse.schema.json
1 parent 9ed4e57 commit 54a53b1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

schema/keymouse.schema.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"type": {
5757
"anyOf": [
5858
{
59-
"type": "number",
59+
"type": "integer",
6060
"enum": [
6161
0,
6262
1,
@@ -110,7 +110,9 @@
110110
},
111111
"cameraOrientation": {
112112
"type": "integer",
113-
"description": "相机方向"
113+
"description": "相机方向",
114+
"maximum": 0,
115+
"minimum": 360
114116
}
115117
},
116118
"required": [

0 commit comments

Comments
 (0)