Skip to content

Commit 0c0a2ac

Browse files
committed
rv step
1 parent ddd31ec commit 0c0a2ac

File tree

1 file changed

+21
-24
lines changed

1 file changed

+21
-24
lines changed
Lines changed: 21 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,24 @@
11
{
2-
"picked_ids": {
3-
"$id": "opengeodeweb_viewer.viewer.picked_ids",
4-
"rpc": "picked_ids",
5-
"type": "object",
6-
"properties": {
7-
"x": {
8-
"type": "number"
9-
},
10-
"y": {
11-
"type": "number"
12-
},
13-
"ids": {
14-
"type": "array",
15-
"items": {
16-
"type": "string"
17-
}
18-
}
2+
"rpc": "picked_ids",
3+
"type": "object",
4+
"properties": {
5+
"x": {
6+
"type": "number"
7+
},
8+
"y": {
9+
"type": "number"
1910
},
20-
"required": [
21-
"x",
22-
"y",
23-
"ids"
24-
],
25-
"additionalProperties": false
26-
}
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
2724
}

0 commit comments

Comments
 (0)