@geode/opengeodeweb-back 5.9.0-rc.2 → 5.9.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geode/opengeodeweb-back",
3
- "version": "5.9.0-rc.2",
3
+ "version": "5.9.0",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "json": "node generate_schemas.js opengeodeweb_back routes route /"
@@ -1,376 +0,0 @@
1
- {
2
- "opengeodeweb_back": {
3
- "models": {
4
- "vtm_component_indices": {
5
- "$id": "opengeodeweb_back/models/vtm_component_indices",
6
- "route": "/vtm_component_indices",
7
- "methods": [
8
- "POST"
9
- ],
10
- "type": "object",
11
- "properties": {
12
- "id": {
13
- "type": "string",
14
- "minLength": 1
15
- }
16
- },
17
- "required": [
18
- "id"
19
- ],
20
- "additionalProperties": false
21
- },
22
- "mesh_components": {
23
- "$id": "opengeodeweb_back/models/mesh_components",
24
- "route": "/mesh_components",
25
- "methods": [
26
- "POST"
27
- ],
28
- "type": "object",
29
- "properties": {
30
- "id": {
31
- "type": "string",
32
- "minLength": 1
33
- },
34
- "filename": {
35
- "type": "string",
36
- "minLength": 1
37
- },
38
- "geode_object": {
39
- "type": "string",
40
- "minLength": 1
41
- }
42
- },
43
- "required": [
44
- "id",
45
- "filename",
46
- "geode_object"
47
- ],
48
- "additionalProperties": false
49
- }
50
- },
51
- "vertex_attribute_names": {
52
- "$id": "opengeodeweb_back/vertex_attribute_names",
53
- "route": "/vertex_attribute_names",
54
- "methods": [
55
- "POST"
56
- ],
57
- "type": "object",
58
- "properties": {
59
- "input_geode_object": {
60
- "type": "string",
61
- "minLength": 1
62
- },
63
- "filename": {
64
- "type": "string",
65
- "minLength": 1
66
- },
67
- "id": {
68
- "type": "string",
69
- "minLength": 1
70
- }
71
- },
72
- "required": [
73
- "input_geode_object",
74
- "filename",
75
- "id"
76
- ],
77
- "additionalProperties": false
78
- },
79
- "upload_file": {
80
- "$id": "opengeodeweb_back/upload_file",
81
- "route": "/upload_file",
82
- "methods": [
83
- "OPTIONS",
84
- "PUT"
85
- ],
86
- "type": "object",
87
- "properties": {
88
- "filename": {
89
- "type": "string",
90
- "minLength": 1
91
- }
92
- },
93
- "additionalProperties": false
94
- },
95
- "texture_coordinates": {
96
- "$id": "opengeodeweb_back/texture_coordinates",
97
- "route": "/texture_coordinates",
98
- "methods": [
99
- "POST"
100
- ],
101
- "type": "object",
102
- "properties": {
103
- "input_geode_object": {
104
- "type": "string",
105
- "minLength": 1
106
- },
107
- "filename": {
108
- "type": "string",
109
- "minLength": 1
110
- },
111
- "id": {
112
- "type": "string",
113
- "minLength": 1
114
- }
115
- },
116
- "required": [
117
- "input_geode_object",
118
- "id",
119
- "filename"
120
- ],
121
- "additionalProperties": false
122
- },
123
- "save_viewable_file": {
124
- "$id": "opengeodeweb_back/save_viewable_file",
125
- "route": "/save_viewable_file",
126
- "methods": [
127
- "POST"
128
- ],
129
- "type": "object",
130
- "properties": {
131
- "input_geode_object": {
132
- "type": "string",
133
- "minLength": 1
134
- },
135
- "filename": {
136
- "type": "string",
137
- "minLength": 1
138
- }
139
- },
140
- "required": [
141
- "input_geode_object",
142
- "filename"
143
- ],
144
- "additionalProperties": false
145
- },
146
- "polyhedron_attribute_names": {
147
- "$id": "opengeodeweb_back/polyhedron_attribute_names",
148
- "route": "/polyhedron_attribute_names",
149
- "methods": [
150
- "POST"
151
- ],
152
- "type": "object",
153
- "properties": {
154
- "input_geode_object": {
155
- "type": "string",
156
- "minLength": 1
157
- },
158
- "filename": {
159
- "type": "string",
160
- "minLength": 1
161
- },
162
- "id": {
163
- "type": "string",
164
- "minLength": 1
165
- }
166
- },
167
- "required": [
168
- "input_geode_object",
169
- "filename",
170
- "id"
171
- ],
172
- "additionalProperties": false
173
- },
174
- "polygon_attribute_names": {
175
- "$id": "opengeodeweb_back/polygon_attribute_names",
176
- "route": "/polygon_attribute_names",
177
- "methods": [
178
- "POST"
179
- ],
180
- "type": "object",
181
- "properties": {
182
- "input_geode_object": {
183
- "type": "string",
184
- "minLength": 1
185
- },
186
- "filename": {
187
- "type": "string",
188
- "minLength": 1
189
- },
190
- "id": {
191
- "type": "string",
192
- "minLength": 1
193
- }
194
- },
195
- "required": [
196
- "input_geode_object",
197
- "filename",
198
- "id"
199
- ],
200
- "additionalProperties": false
201
- },
202
- "ping": {
203
- "$id": "opengeodeweb_back/ping",
204
- "route": "/ping",
205
- "methods": [
206
- "POST"
207
- ],
208
- "type": "object",
209
- "properties": {},
210
- "required": [],
211
- "additionalProperties": false
212
- },
213
- "missing_files": {
214
- "$id": "opengeodeweb_back/missing_files",
215
- "route": "/missing_files",
216
- "methods": [
217
- "POST"
218
- ],
219
- "type": "object",
220
- "properties": {
221
- "input_geode_object": {
222
- "type": "string",
223
- "minLength": 1
224
- },
225
- "filename": {
226
- "type": "string",
227
- "minLength": 1
228
- }
229
- },
230
- "required": [
231
- "input_geode_object",
232
- "filename"
233
- ],
234
- "additionalProperties": false
235
- },
236
- "inspect_file": {
237
- "$id": "opengeodeweb_back/inspect_file",
238
- "route": "/inspect_file",
239
- "methods": [
240
- "POST"
241
- ],
242
- "type": "object",
243
- "properties": {
244
- "filename": {
245
- "type": "string",
246
- "minLength": 1
247
- },
248
- "input_geode_object": {
249
- "type": "string",
250
- "minLength": 1
251
- }
252
- },
253
- "required": [
254
- "filename",
255
- "input_geode_object"
256
- ],
257
- "additionalProperties": false
258
- },
259
- "geographic_coordinate_systems": {
260
- "$id": "opengeodeweb_back/geographic_coordinate_systems",
261
- "route": "/geographic_coordinate_systems",
262
- "methods": [
263
- "POST"
264
- ],
265
- "type": "object",
266
- "properties": {
267
- "input_geode_object": {
268
- "type": "string",
269
- "minLength": 1
270
- }
271
- },
272
- "required": [
273
- "input_geode_object"
274
- ],
275
- "additionalProperties": false
276
- },
277
- "geode_objects_and_output_extensions": {
278
- "$id": "opengeodeweb_back/geode_objects_and_output_extensions",
279
- "route": "/geode_objects_and_output_extensions",
280
- "methods": [
281
- "POST"
282
- ],
283
- "type": "object",
284
- "properties": {
285
- "input_geode_object": {
286
- "type": "string",
287
- "minLength": 1
288
- },
289
- "filename": {
290
- "type": "string",
291
- "minLength": 1
292
- }
293
- },
294
- "required": [
295
- "input_geode_object",
296
- "filename"
297
- ],
298
- "additionalProperties": false
299
- },
300
- "create_point": {
301
- "$id": "opengeodeweb_back/create_point",
302
- "route": "/create_point",
303
- "methods": [
304
- "POST"
305
- ],
306
- "type": "object",
307
- "properties": {
308
- "title": {
309
- "type": "string",
310
- "minLength": 1
311
- },
312
- "x": {
313
- "type": "number"
314
- },
315
- "y": {
316
- "type": "number"
317
- },
318
- "z": {
319
- "type": "number"
320
- }
321
- },
322
- "required": [
323
- "title",
324
- "x",
325
- "y",
326
- "z"
327
- ],
328
- "additionalProperties": false
329
- },
330
- "allowed_objects": {
331
- "$id": "opengeodeweb_back/allowed_objects",
332
- "route": "/allowed_objects",
333
- "methods": [
334
- "POST"
335
- ],
336
- "type": "object",
337
- "properties": {
338
- "filename": {
339
- "type": "string",
340
- "minLength": 1
341
- },
342
- "supported_feature": {
343
- "type": [
344
- "string",
345
- "null"
346
- ]
347
- }
348
- },
349
- "required": [
350
- "filename",
351
- "supported_feature"
352
- ],
353
- "additionalProperties": false
354
- },
355
- "allowed_files": {
356
- "$id": "opengeodeweb_back/allowed_files",
357
- "route": "/allowed_files",
358
- "methods": [
359
- "POST"
360
- ],
361
- "type": "object",
362
- "properties": {
363
- "supported_feature": {
364
- "type": [
365
- "string",
366
- "null"
367
- ]
368
- }
369
- },
370
- "required": [
371
- "supported_feature"
372
- ],
373
- "additionalProperties": false
374
- }
375
- }
376
- }