Skip to content

Commit 12bff86

Browse files
committed
id to mesh_components schema
1 parent d504bc8 commit 12bff86

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/opengeodeweb_back/routes/models/schemas/mesh_components.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
],
66
"type": "object",
77
"properties": {
8+
"id": {
9+
"type": "string"
10+
},
811
"filename": {
912
"type": "string"
1013
},
@@ -13,6 +16,7 @@
1316
}
1417
},
1518
"required": [
19+
"id",
1620
"filename",
1721
"geode_object"
1822
],

0 commit comments

Comments
 (0)