Skip to content

Commit 9c17f7b

Browse files
committed
edit schema
1 parent c0007fe commit 9c17f7b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/opengeodeweb_back/routes/schemas/create_point.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+
"title": {
9+
"type": "string"
10+
},
811
"x": {
912
"type": "number"
1013
},
@@ -16,6 +19,7 @@
1619
}
1720
},
1821
"required": [
22+
"title",
1923
"x",
2024
"y",
2125
"z"

0 commit comments

Comments
 (0)