Skip to content

Commit 522581a

Browse files
schemas
1 parent b1f21f5 commit 522581a

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,18 @@
1717
"type": "string"
1818
}
1919
},
20-
"required": ["texture_name", "texture_file_name"],
20+
"required": [
21+
"texture_name",
22+
"texture_file_name"
23+
],
2124
"additionalProperties": false
2225
},
2326
"minItems": 1
2427
}
2528
},
26-
"required": ["id", "textures"],
29+
"required": [
30+
"id",
31+
"textures"
32+
],
2733
"additionalProperties": false
28-
}
34+
}

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
"type": "string"
1010
}
1111
},
12-
"required": ["id", "file_name"],
12+
"required": [
13+
"id",
14+
"file_name"
15+
],
1316
"additionalProperties": false
14-
}
17+
}

0 commit comments

Comments
 (0)