We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While looking to see if #48 was still an issue, I came across this:
stacfastapi) bmaddox@sdf1:~/src/SparkGeo/arturo/stac-fastapi$ stac_validator -v http://localhost:8081/ [ { "version": "1.0.0", "path": "http://localhost:8081/", "schema": [ "https://schemas.stacspec.org/v1.0.0/catalog-spec/json-schema/catalog.json" ], "valid_stac": false, "error_type": "ValidationError", "error_message": "None is not of type 'string'. Error is in links -> 7 -> title" } ]
Found the error and will be issuing a pull momentarily.
The text was updated successfully, but these errors were encountered:
069f0b1
No branches or pull requests
While looking to see if #48 was still an issue, I came across this:
stacfastapi) bmaddox@sdf1:~/src/SparkGeo/arturo/stac-fastapi$ stac_validator -v http://localhost:8081/ [ { "version": "1.0.0", "path": "http://localhost:8081/", "schema": [ "https://schemas.stacspec.org/v1.0.0/catalog-spec/json-schema/catalog.json" ], "valid_stac": false, "error_type": "ValidationError", "error_message": "None is not of type 'string'. Error is in links -> 7 -> title" } ]
Found the error and will be issuing a pull momentarily.
The text was updated successfully, but these errors were encountered: