We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd31ec commit 0c0a2acCopy full SHA for 0c0a2ac
src/opengeodeweb_viewer/rpc/viewer/schemas/picked_ids.json
@@ -1,27 +1,24 @@
1
{
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
12
13
- "ids": {
14
- "type": "array",
15
- "items": {
16
- "type": "string"
17
- }
18
+ "rpc": "picked_ids",
+ "type": "object",
+ "properties": {
+ "x": {
+ "type": "number"
+ },
+ "y": {
19
},
20
- "required": [
21
- "x",
22
- "y",
23
- "ids"
24
- ],
25
- "additionalProperties": false
26
+ "ids": {
+ "type": "array",
+ "items": {
+ "type": "string"
+ }
+ "required": [
+ "x",
+ "y",
+ "ids"
+ ],
+ "additionalProperties": false
27
}
0 commit comments