We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a317e33 commit 90c83ddCopy full SHA for 90c83dd
2 files changed
opengeodeweb_back_schemas.json
@@ -32,26 +32,6 @@
32
"additionalProperties": false
33
}
34
},
35
- "models": {
36
- "model_components": {
37
- "$id": "opengeodeweb_back/models/model_components",
38
- "route": "/model_components",
39
- "methods": [
40
- "POST"
41
- ],
42
- "type": "object",
43
- "properties": {
44
- "id": {
45
- "type": "string",
46
- "minLength": 1
47
- }
48
- },
49
- "required": [
50
- "id"
51
52
- "additionalProperties": false
53
54
55
"vertex_attribute_names": {
56
"$id": "opengeodeweb_back/vertex_attribute_names",
57
"route": "/vertex_attribute_names",
requirements.txt
@@ -60,4 +60,3 @@ werkzeug==3.1.2
60
# flask
61
# flask-cors
62
63
-opengeodeweb-microservice==1.*,>=1.0.15
0 commit comments