json-schema-org / tour

A tour of JSON Schema
https://tour.json-schema.org
Other
22 stars 17 forks source link

Unable to load schema from 'https://json-schema.org/draft/2020-12/schema'. No schema request service available #103

Open JeelRajodiya opened 3 weeks ago

JeelRajodiya commented 3 weeks ago

At Chapter 6, lesson 2. The editor yielded an error saying "Unable to load schema from 'https://json-schema.org/draft/2020-12/schema'. No schema request service available"

This was reported a users. Please confirm that the error exists or not. If the error exists please share the steps to reproduce it. and purpose a solution.

AQIB-NAWAB commented 3 weeks ago

Hy @JeelRajodiya , I was not getting issue for that specific one but here are the others tab where syntax error occur instead of showing the number of test cases failed https://tour.json-schema.org/content/08-Annotating-JSON-Schemas/01-title-and-description https://tour.json-schema.org/content/08-Annotating-JSON-Schemas/02-deprecated-readOnly-and-writeOnly https://tour.json-schema.org/content/08-Annotating-JSON-Schemas/03-comment-and-default https://tour.json-schema.org/content/08-Annotating-JSON-Schemas/04-format-and-examples image

JeelRajodiya commented 3 weeks ago

@AQIB-NAWAB, Thanks for reporting. These syntax errors are intentionally there. Since format keyword is not part of validation, we had to implement custom error logic in the last chapter.