We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd275d9 commit bf305c5Copy full SHA for bf305c5
cdk-deployment/lambda/lambda.py
@@ -67,6 +67,12 @@ def custom_openapi():
67
version=2.0,
68
routes=app.routes,
69
)
70
+ # openapi_schema["paths"]["/url"]["get"] = {
71
+ # "description": "This endpoint supports validation of STAC file. Use stac_url as the query parameter.",
72
+ # }
73
+ # openapi_schema["paths"]["/url"]["post"] = {
74
+ # "description": "This endpoint supports validation of a STAC file. Post your data as JSON with stac_url as the key and your path as the value.",
75
76
openapi_schema["paths"]["/json"]["post"] = {
77
"description": "This endpoint supports validation of STAC JSON directly. Post your data as JSON.",
78
}
0 commit comments