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.
2 parents 60d577d + 0c0a2ac commit f4389c8Copy full SHA for f4389c8
src/opengeodeweb_viewer/rpc/viewer/schemas/picked_ids.json
@@ -1,25 +1,24 @@
1
{
2
"rpc": "picked_ids",
3
- "schema": {
4
- "type": "object",
5
- "properties": {
6
- "x": {
7
- "type": "number"
8
- },
9
- "y": {
10
11
12
- "ids": {
13
- "type": "array",
14
- "items": {
15
- "type": "string"
16
- }
17
+ "type": "object",
+ "properties": {
+ "x": {
+ "type": "number"
+ },
+ "y": {
18
},
19
- "required": [
20
- "x",
21
- "y",
22
- "ids"
23
- ]
24
+ "ids": {
+ "type": "array",
+ "items": {
+ "type": "string"
+ }
+ "required": [
+ "x",
+ "y",
+ "ids"
+ ],
+ "additionalProperties": false
25
}
0 commit comments