Skip to content

Commit f4389c8

Browse files
authored
Merge pull request #37 from Geode-solutions/get_mouse
Get mouse
2 parents 60d577d + 0c0a2ac commit f4389c8

File tree

1 file changed

+20
-21
lines changed

1 file changed

+20
-21
lines changed
Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
11
{
22
"rpc": "picked_ids",
3-
"schema": {
4-
"type": "object",
5-
"properties": {
6-
"x": {
7-
"type": "number"
8-
},
9-
"y": {
10-
"type": "number"
11-
},
12-
"ids": {
13-
"type": "array",
14-
"items": {
15-
"type": "string"
16-
}
17-
}
3+
"type": "object",
4+
"properties": {
5+
"x": {
6+
"type": "number"
7+
},
8+
"y": {
9+
"type": "number"
1810
},
19-
"required": [
20-
"x",
21-
"y",
22-
"ids"
23-
]
24-
}
11+
"ids": {
12+
"type": "array",
13+
"items": {
14+
"type": "string"
15+
}
16+
}
17+
},
18+
"required": [
19+
"x",
20+
"y",
21+
"ids"
22+
],
23+
"additionalProperties": false
2524
}

0 commit comments

Comments
 (0)