Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON bundle broken #438

Closed
tomkralidis opened this issue Sep 27, 2024 · 1 comment
Closed

JSON bundle broken #438

tomkralidis opened this issue Sep 27, 2024 · 1 comment

Comments

@tomkralidis
Copy link
Contributor

The bundle JSON at https://github.com/opengeospatial/ogcapi-processes/blob/master/openapi/ogcapi-processes.bundled.json seems to be malformed:

$ curl -s -O https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/openapi/ogcapi-processes.bundled.json
$ cat ogcapi-processes.bundled.json |python3 -m json.tool
Expecting ',' delimiter: line 3881 column 11 (char 185281)

Fixing the issue at line 3880 (adding a trailing comma) fixes the bundle, however I'm not sure if this bundle is auto-generated elsewhere.

cc @kalxas

gfenoy added a commit that referenced this issue Sep 30, 2024
@bpross-52n
Copy link
Contributor

Closed by #439

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants