Skip to content

Commit 7162f00

Browse files
committed
fix(edit schema): Rv schema step
1 parent b39518c commit 7162f00

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/opengeodeweb_viewer/rpc/viewer/schemas/picked_ids.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"rpc": "picked_ids",
3-
"schema": {
2+
"picked_ids": {
3+
"$id": "opengeodeweb_viewer.viewer.picked_ids",
4+
"rpc": "picked_ids",
45
"type": "object",
56
"properties": {
67
"x": {
@@ -20,6 +21,7 @@
2021
"x",
2122
"y",
2223
"ids"
23-
]
24+
],
25+
"additionalProperties": false
2426
}
2527
}

0 commit comments

Comments
 (0)