@geode/opengeodeweb-back 5.8.7 → 5.9.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.
@@ -10,7 +10,8 @@
10
10
  "type": "object",
11
11
  "properties": {
12
12
  "id": {
13
- "type": "string"
13
+ "type": "string",
14
+ "minLength": 1
14
15
  }
15
16
  },
16
17
  "required": [
@@ -26,14 +27,21 @@
26
27
  ],
27
28
  "type": "object",
28
29
  "properties": {
30
+ "id": {
31
+ "type": "string",
32
+ "minLength": 1
33
+ },
29
34
  "filename": {
30
- "type": "string"
35
+ "type": "string",
36
+ "minLength": 1
31
37
  },
32
38
  "geode_object": {
33
- "type": "string"
39
+ "type": "string",
40
+ "minLength": 1
34
41
  }
35
42
  },
36
43
  "required": [
44
+ "id",
37
45
  "filename",
38
46
  "geode_object"
39
47
  ],
@@ -55,11 +63,16 @@
55
63
  "filename": {
56
64
  "type": "string",
57
65
  "minLength": 1
66
+ },
67
+ "id": {
68
+ "type": "string",
69
+ "minLength": 1
58
70
  }
59
71
  },
60
72
  "required": [
61
73
  "input_geode_object",
62
- "filename"
74
+ "filename",
75
+ "id"
63
76
  ],
64
77
  "additionalProperties": false
65
78
  },
@@ -94,10 +107,15 @@
94
107
  "filename": {
95
108
  "type": "string",
96
109
  "minLength": 1
110
+ },
111
+ "id": {
112
+ "type": "string",
113
+ "minLength": 1
97
114
  }
98
115
  },
99
116
  "required": [
100
117
  "input_geode_object",
118
+ "id",
101
119
  "filename"
102
120
  ],
103
121
  "additionalProperties": false
@@ -140,11 +158,16 @@
140
158
  "filename": {
141
159
  "type": "string",
142
160
  "minLength": 1
161
+ },
162
+ "id": {
163
+ "type": "string",
164
+ "minLength": 1
143
165
  }
144
166
  },
145
167
  "required": [
146
168
  "input_geode_object",
147
- "filename"
169
+ "filename",
170
+ "id"
148
171
  ],
149
172
  "additionalProperties": false
150
173
  },
@@ -163,11 +186,16 @@
163
186
  "filename": {
164
187
  "type": "string",
165
188
  "minLength": 1
189
+ },
190
+ "id": {
191
+ "type": "string",
192
+ "minLength": 1
166
193
  }
167
194
  },
168
195
  "required": [
169
196
  "input_geode_object",
170
- "filename"
197
+ "filename",
198
+ "id"
171
199
  ],
172
200
  "additionalProperties": false
173
201
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geode/opengeodeweb-back",
3
- "version": "5.8.7",
3
+ "version": "5.9.0-rc.2",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "json": "node generate_schemas.js opengeodeweb_back routes route /"