Updates schemastore endpoint
It seems that Schema Store recently changes their API endpoint to www.schemastore.org, instead of old json.schemastore.org for some reason. For example, although I could not find any actual discussion or announcement, this is stated here: https://github.com/microsoft/vscode/issues/254689.
It seems that json.* subdomain had lived for some duration, but it starts to fail to serve reliably, and results in unexpected linting error.
This PR aims at fixing this just by rewriting schemastore catalog url. I confirmed that this should work by adding following lines to .taplo.toml:
[schema]
path = "https://www.schemastore.org/api/json/catalog.json"
FYI - the project seems to be dead (https://github.com/tamasfe/taplo/issues/715#issuecomment-3506750454) - so I doubt this will be merged. It's probably better to switch to tombi
@denysvitali-kaiko Oh, I didn't notice that. Thank you for your note! Meanwhile, I let this PR just as-is.