Put in the url to the JSON schema that you want to see documented here.
If you are busy writing or generating a JSON Schema and you want to get a live experience of viewing that schema using JSON Schema Viewer then you have a few options.
JSON Schema Viewer will work so long as your JSON Schema is accessible via a HTTP Get request from your web browser. This means that you can just host the file on your own machine and edit it from there. For example:
Copy1
npx http-server -p 9876 --cors -c-1
And there you have it! You can now view your JSON Schema here. Using this method, you can also live edit the file on your local computer and then you can merely refresh JSON Schema Viewer in your browser and your new content will appear live.
To use Bitbucket Snippets:
And there you have it! You can now view your JSON Schema here. If you wish to update it, merely go back to your gist, update the contents, re-copy the raw url (because it will have updated) and load it into JSON Schema viewer again.
To use Github Gists:
And there you have it! You can now view your JSON Schema here. If you wish to update it, merely go back to your gist, update the contents, re-copy the raw url (because it will have updated) and load it into JSON Schema viewer again.