Skip to content

Commit e1020bf

Browse files
committed
add minimum value in the z scaling schema
1 parent 724cb26 commit e1020bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"type": "object",
44
"properties": {
55
"z_scale": {
6-
"type": "number"
6+
"type": "number",
7+
"minimum": 1
78
}
89
},
910
"required": [

0 commit comments

Comments
 (0)