-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Labels
upstream-schema-issueAn issue with a schema or schema providerAn issue with a schema or schema provider
Description
Hi
The following is not working
check-jsonschema --schemafile 'https://www.bluetooth.com/specifications/specs/mesh-cdb-1-0-1-schema.json#' example.json Error: Unexpected Error building schema validator FailedDownloadError: got responses with status=403, retries exhausted
While the following is working (notice -L in curl):
curl -L 'https://www.bluetooth.com/specifications/specs/mesh-cdb-1-0-1-schema.json#' | check-jsonschema --schemafile - example.json
The platform is Windows 11, running "GIT bash" terminal.
sirosen
Metadata
Metadata
Assignees
Labels
upstream-schema-issueAn issue with a schema or schema providerAn issue with a schema or schema provider