@geode/opengeodeweb-back 5.6.0-rc.1 → 5.6.0-rc.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/schemas.json +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geode/opengeodeweb-back",
3
- "version": "5.6.0-rc.1",
3
+ "version": "5.6.0-rc.2",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "json": "node generate_schemas.js opengeodeweb_back routes route /"
package/schemas.json CHANGED
@@ -223,6 +223,9 @@
223
223
  ],
224
224
  "type": "object",
225
225
  "properties": {
226
+ "title": {
227
+ "type": "string"
228
+ },
226
229
  "x": {
227
230
  "type": "number"
228
231
  },
@@ -234,6 +237,7 @@
234
237
  }
235
238
  },
236
239
  "required": [
240
+ "title",
237
241
  "x",
238
242
  "y",
239
243
  "z"