Skip to content

Commit 4982282

Browse files
MaxNumeriquegithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent 14bd407 commit 4982282

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

opengeodeweb_back_schemas.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,24 @@
294294
],
295295
"additionalProperties": false
296296
},
297+
"geode_object_inheritance": {
298+
"$id": "opengeodeweb_back/geode_object_inheritance",
299+
"route": "/geode_object_inheritance",
300+
"methods": [
301+
"POST"
302+
],
303+
"type": "object",
304+
"properties": {
305+
"geode_object_type": {
306+
"type": "string",
307+
"minLength": 1
308+
}
309+
},
310+
"required": [
311+
"geode_object_type"
312+
],
313+
"additionalProperties": false
314+
},
297315
"export_project": {
298316
"$id": "opengeodeweb_back/export_project",
299317
"route": "/export_project",

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,3 @@ werkzeug==3.1.2
6060
# flask
6161
# flask-cors
6262

63-
opengeodeweb-microservice==1.*,>=1.0.14

src/opengeodeweb_back/routes/schemas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
from .import_project import *
1212
from .import_extension import *
1313
from .geographic_coordinate_systems import *
14-
from .geode_object_inheritance import *
1514
from .geode_objects_and_output_extensions import *
15+
from .geode_object_inheritance import *
1616
from .export_project import *
1717
from .edge_attribute_names import *
1818
from .cell_attribute_names import *

0 commit comments

Comments
 (0)