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
$schema
draft-07
Using this schema: https://github.com/stac-extensions/mlm/blob/fix-mlm-artefact/json-schema/schema.json
Which employs "$schema": "https://json-schema.org/draft/2019-09/schema#"
"$schema": "https://json-schema.org/draft/2019-09/schema#"
Running stac-node-validator hangs on this example: https://github.com/stac-extensions/mlm/blob/fix-mlm-artefact/examples/item_bands_expression.json Example: https://github.com/stac-extensions/mlm/actions/runs/11696331893/job/32573240886?pr=52
stac-node-validator
Simply changing back to "$schema": "http://json-schema.org/draft-07/schema#" directly validates without issue.
"$schema": "http://json-schema.org/draft-07/schema#"
However, I need 2019-09 in this case because of "unevaluatedProperties": false feature.
2019-09
"unevaluatedProperties": false
The text was updated successfully, but these errors were encountered:
mlm:artifact_type
@m-mohr I guess the ajv reference must be updated, as per https://ajv.js.org/json-schema.html#draft-2019-09 ?
ajv
edit: confirmed with local test, will create a PR
Sorry, something went wrong.
Found a workaround (stac-extensions/mlm#59). Given that, 2019-09 support is not needed anymore.
I'll reopen because it's nevertheless an issue that should be fixed. A software should never hang...
Successfully merging a pull request may close this issue.
Using this schema: https://github.com/stac-extensions/mlm/blob/fix-mlm-artefact/json-schema/schema.json
Which employs
"$schema": "https://json-schema.org/draft/2019-09/schema#"
Running
stac-node-validator
hangs on this example: https://github.com/stac-extensions/mlm/blob/fix-mlm-artefact/examples/item_bands_expression.jsonExample: https://github.com/stac-extensions/mlm/actions/runs/11696331893/job/32573240886?pr=52
Simply changing back to
"$schema": "http://json-schema.org/draft-07/schema#"
directly validates without issue.However, I need
2019-09
in this case because of"unevaluatedProperties": false
feature.The text was updated successfully, but these errors were encountered: