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 5494a29 commit 9241680Copy full SHA for 9241680
src/opengeodeweb_viewer/rpc/mesh/schemas/apply_textures.json
@@ -3,18 +3,21 @@
3
"type": "object",
4
"properties": {
5
"id": {
6
- "type": "string"
+ "type": "string",
7
+ "minLength": 1
8
},
9
"textures": {
10
"type": "array",
- "elements": {
11
+ "items": {
12
13
14
"texture_name": {
15
16
17
18
"texture_file_name": {
19
20
21
}
22
23
"required": [
0 commit comments