Hi all,
I've been getting a 404 not found error code from http://json-schema.org/schema in VS Code and in multiple different browsers, and on different networks. Additionally, VS code no longer provides intellisense when I use that schema URL.
Sample code to reproduce:
{
"$schema": "http://json-schema.org/schema"
}
Hi all,
I've been getting a 404 not found error code from http://json-schema.org/schema in VS Code and in multiple different browsers, and on different networks. Additionally, VS code no longer provides intellisense when I use that schema URL.
Sample code to reproduce:
{ "$schema": "http://json-schema.org/schema" }