-
Notifications
You must be signed in to change notification settings - Fork 78
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
jsonschemas not found #248
Comments
I am having a similar problem. I can see the domain registration for jsonix.org has lapsed. Has this project been abandon? |
As a workaround, you can download the XMLSchema.jsonschema and change the references to link to it via a relative path (or a self-hosted domain). |
Which references are you referring to? Is there a way to do this without editing the source code? (i.e. via command line arguments) I could find docs show a way to do this on the command line. |
- fixes highsource#248 by referring to githubusercontent links instead of the defunct jsonix.org - remove repeated "repository" blob in package.json entries that cause esbuild to complain - work around MacOS readlink behavior
- fixes highsource#248 by referring to githubusercontent links instead of the defunct jsonix.org - remove repeated "repository" blob in package.json entries that cause esbuild to complain - work around MacOS readlink behavior
|
Hi Dr. Aleksei Valikov,
I am currently using
http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/integer
http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/decimal
http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/long
http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string
http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName
But the schema cannot reference the link.
Would you fix it?
Thanks
Chris
The text was updated successfully, but these errors were encountered: