Skip to content

Commit a2a99f2

Browse files
fix typo in model apply_textures schema
1 parent 279b716 commit a2a99f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/opengeodeweb_viewer/rpc/model/schemas/apply_textures.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"textures": {
1010
"type": "array",
11-
"elements": {
11+
"items": {
1212
"type": "object",
1313
"properties": {
1414
"texture_name": {

0 commit comments

Comments
 (0)