Skip to content

Commit 7c169bc

Browse files
MaxNumeriquegithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent fc4e186 commit 7c169bc

1 file changed

Lines changed: 118 additions & 37 deletions

File tree

opengeodeweb_back_schemas.json

Lines changed: 118 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"point_set": {
55
"$id": "opengeodeweb_back/create/point_set",
66
"route": "/point_set",
7-
"methods": ["POST"],
7+
"methods": [
8+
"POST"
9+
],
810
"type": "object",
911
"properties": {
1012
"name": {
@@ -26,34 +28,48 @@
2628
"type": "number"
2729
}
2830
},
29-
"required": ["x", "y", "z"],
31+
"required": [
32+
"x",
33+
"y",
34+
"z"
35+
],
3036
"additionalProperties": false
3137
},
3238
"minItems": 1
3339
}
3440
},
35-
"required": ["name", "points"],
41+
"required": [
42+
"name",
43+
"points"
44+
],
3645
"additionalProperties": false
3746
}
3847
},
3948
"vertex_attribute_names": {
4049
"$id": "opengeodeweb_back/vertex_attribute_names",
4150
"route": "/vertex_attribute_names",
42-
"methods": ["POST"],
51+
"methods": [
52+
"POST"
53+
],
4354
"type": "object",
4455
"properties": {
4556
"id": {
4657
"type": "string",
4758
"minLength": 1
4859
}
4960
},
50-
"required": ["id"],
61+
"required": [
62+
"id"
63+
],
5164
"additionalProperties": false
5265
},
5366
"upload_file": {
5467
"$id": "opengeodeweb_back/upload_file",
5568
"route": "/upload_file",
56-
"methods": ["OPTIONS", "PUT"],
69+
"methods": [
70+
"OPTIONS",
71+
"PUT"
72+
],
5773
"type": "object",
5874
"properties": {
5975
"filename": {
@@ -66,21 +82,27 @@
6682
"texture_coordinates": {
6783
"$id": "opengeodeweb_back/texture_coordinates",
6884
"route": "/texture_coordinates",
69-
"methods": ["POST"],
85+
"methods": [
86+
"POST"
87+
],
7088
"type": "object",
7189
"properties": {
7290
"id": {
7391
"type": "string",
7492
"minLength": 1
7593
}
7694
},
77-
"required": ["id"],
95+
"required": [
96+
"id"
97+
],
7898
"additionalProperties": false
7999
},
80100
"save_viewable_file": {
81101
"$id": "opengeodeweb_back/save_viewable_file",
82102
"route": "/save_viewable_file",
83-
"methods": ["POST"],
103+
"methods": [
104+
"POST"
105+
],
84106
"type": "object",
85107
"properties": {
86108
"geode_object_type": {
@@ -92,41 +114,54 @@
92114
"minLength": 1
93115
}
94116
},
95-
"required": ["geode_object_type", "filename"],
117+
"required": [
118+
"geode_object_type",
119+
"filename"
120+
],
96121
"additionalProperties": false
97122
},
98123
"polyhedron_attribute_names": {
99124
"$id": "opengeodeweb_back/polyhedron_attribute_names",
100125
"route": "/polyhedron_attribute_names",
101-
"methods": ["POST"],
126+
"methods": [
127+
"POST"
128+
],
102129
"type": "object",
103130
"properties": {
104131
"id": {
105132
"type": "string",
106133
"minLength": 1
107134
}
108135
},
109-
"required": ["id"],
136+
"required": [
137+
"id"
138+
],
110139
"additionalProperties": false
111140
},
112141
"polygon_attribute_names": {
113142
"$id": "opengeodeweb_back/polygon_attribute_names",
114143
"route": "/polygon_attribute_names",
115-
"methods": ["POST"],
144+
"methods": [
145+
"POST"
146+
],
116147
"type": "object",
117148
"properties": {
118149
"id": {
119150
"type": "string",
120151
"minLength": 1
121152
}
122153
},
123-
"required": ["id"],
154+
"required": [
155+
"id"
156+
],
124157
"additionalProperties": false
125158
},
126159
"ping": {
127160
"$id": "opengeodeweb_back/ping",
128161
"route": "/ping",
129-
"methods": ["POST"],
162+
"methods": [
163+
"POST"
164+
],
130165
"type": "object",
131166
"properties": {},
132167
"required": [],
@@ -135,7 +170,9 @@
135170
"missing_files": {
136171
"$id": "opengeodeweb_back/missing_files",
137172
"route": "/missing_files",
138-
"methods": ["POST"],
173+
"methods": [
174+
"POST"
175+
],
139176
"type": "object",
140177
"properties": {
141178
"geode_object_type": {
@@ -147,13 +184,18 @@
147184
"minLength": 1
148185
}
149186
},
150-
"required": ["geode_object_type", "filename"],
187+
"required": [
188+
"geode_object_type",
189+
"filename"
190+
],
151191
"additionalProperties": false
152192
},
153193
"kill": {
154194
"$id": "opengeodeweb_back/kill",
155195
"route": "/kill",
156-
"methods": ["POST"],
196+
"methods": [
197+
"POST"
198+
],
157199
"type": "object",
158200
"properties": {},
159201
"required": [],
@@ -162,7 +204,9 @@
162204
"inspect_file": {
163205
"$id": "opengeodeweb_back/inspect_file",
164206
"route": "/inspect_file",
165-
"methods": ["POST"],
207+
"methods": [
208+
"POST"
209+
],
166210
"type": "object",
167211
"properties": {
168212
"filename": {
@@ -174,13 +218,18 @@
174218
"minLength": 1
175219
}
176220
},
177-
"required": ["filename", "geode_object_type"],
221+
"required": [
222+
"filename",
223+
"geode_object_type"
224+
],
178225
"additionalProperties": false
179226
},
180227
"import_project": {
181228
"$id": "opengeodeweb_back/import_project",
182229
"route": "/import_project",
183-
"methods": ["POST"],
230+
"methods": [
231+
"POST"
232+
],
184233
"type": "object",
185234
"properties": {},
186235
"required": [],
@@ -189,21 +238,27 @@
189238
"geographic_coordinate_systems": {
190239
"$id": "opengeodeweb_back/geographic_coordinate_systems",
191240
"route": "/geographic_coordinate_systems",
192-
"methods": ["POST"],
241+
"methods": [
242+
"POST"
243+
],
193244
"type": "object",
194245
"properties": {
195246
"geode_object_type": {
196247
"type": "string",
197248
"minLength": 1
198249
}
199250
},
200-
"required": ["geode_object_type"],
251+
"required": [
252+
"geode_object_type"
253+
],
201254
"additionalProperties": false
202255
},
203256
"geode_objects_and_output_extensions": {
204257
"$id": "opengeodeweb_back/geode_objects_and_output_extensions",
205258
"route": "/geode_objects_and_output_extensions",
206-
"methods": ["POST"],
259+
"methods": [
260+
"POST"
261+
],
207262
"type": "object",
208263
"properties": {
209264
"geode_object_type": {
@@ -215,27 +270,36 @@
215270
"minLength": 1
216271
}
217272
},
218-
"required": ["geode_object_type", "filename"],
273+
"required": [
274+
"geode_object_type",
275+
"filename"
276+
],
219277
"additionalProperties": false
220278
},
221279
"geode_object_inheritance": {
222280
"$id": "opengeodeweb_back/geode_object_inheritance",
223281
"route": "/geode_object_inheritance",
224-
"methods": ["POST"],
282+
"methods": [
283+
"POST"
284+
],
225285
"type": "object",
226286
"properties": {
227287
"geode_object_type": {
228288
"type": "string",
229289
"minLength": 1
230290
}
231291
},
232-
"required": ["geode_object_type"],
292+
"required": [
293+
"geode_object_type"
294+
],
233295
"additionalProperties": false
234296
},
235297
"export_project": {
236298
"$id": "opengeodeweb_back/export_project",
237299
"route": "/export_project",
238-
"methods": ["POST"],
300+
"methods": [
301+
"POST"
302+
],
239303
"type": "object",
240304
"properties": {
241305
"snapshot": {
@@ -246,59 +310,76 @@
246310
"minLength": 1
247311
}
248312
},
249-
"required": ["snapshot", "filename"],
313+
"required": [
314+
"snapshot",
315+
"filename"
316+
],
250317
"additionalProperties": false
251318
},
252319
"edge_attribute_names": {
253320
"$id": "opengeodeweb_back/edge_attribute_names",
254321
"route": "/edge_attribute_names",
255-
"methods": ["POST"],
322+
"methods": [
323+
"POST"
324+
],
256325
"type": "object",
257326
"properties": {
258327
"id": {
259328
"type": "string",
260329
"minLength": 1
261330
}
262331
},
263-
"required": ["id"],
332+
"required": [
333+
"id"
334+
],
264335
"additionalProperties": false
265336
},
266337
"cell_attribute_names": {
267338
"$id": "opengeodeweb_back/cell_attribute_names",
268339
"route": "/cell_attribute_names",
269-
"methods": ["POST"],
340+
"methods": [
341+
"POST"
342+
],
270343
"type": "object",
271344
"properties": {
272345
"id": {
273346
"type": "string",
274347
"minLength": 1
275348
}
276349
},
277-
"required": ["id"],
350+
"required": [
351+
"id"
352+
],
278353
"additionalProperties": false
279354
},
280355
"allowed_objects": {
281356
"$id": "opengeodeweb_back/allowed_objects",
282357
"route": "/allowed_objects",
283-
"methods": ["POST"],
358+
"methods": [
359+
"POST"
360+
],
284361
"type": "object",
285362
"properties": {
286363
"filename": {
287364
"type": "string",
288365
"minLength": 1
289366
}
290367
},
291-
"required": ["filename"],
368+
"required": [
369+
"filename"
370+
],
292371
"additionalProperties": false
293372
},
294373
"allowed_files": {
295374
"$id": "opengeodeweb_back/allowed_files",
296375
"route": "/allowed_files",
297-
"methods": ["POST"],
376+
"methods": [
377+
"POST"
378+
],
298379
"type": "object",
299380
"properties": {},
300381
"required": [],
301382
"additionalProperties": false
302383
}
303384
}
304-
}
385+
}

0 commit comments

Comments
 (0)