learning_ai_notes/backend/node_modules/fast-json-stringify/test/json-schema-test-suite
2026-03-10 08:53:07 -07:00
..
draft4 feat(notes): scaffold product surfaces and backend MCP slices 2026-03-10 08:53:07 -07:00
draft6 feat(notes): scaffold product surfaces and backend MCP slices 2026-03-10 08:53:07 -07:00
draft7 feat(notes): scaffold product surfaces and backend MCP slices 2026-03-10 08:53:07 -07:00
draft4.test.js feat(notes): scaffold product surfaces and backend MCP slices 2026-03-10 08:53:07 -07:00
draft6.test.js feat(notes): scaffold product surfaces and backend MCP slices 2026-03-10 08:53:07 -07:00
draft7.test.js feat(notes): scaffold product surfaces and backend MCP slices 2026-03-10 08:53:07 -07:00
README.md feat(notes): scaffold product surfaces and backend MCP slices 2026-03-10 08:53:07 -07:00
util.js feat(notes): scaffold product surfaces and backend MCP slices 2026-03-10 08:53:07 -07:00

JSON-Schema-Test-Suite

You can find all test cases here. It contains a set of JSON objects that implementors of JSON Schema validation libraries can use to test their validators.

How to add another test case?

  1. Navigate to JSON-Schema-Test-Suite
  2. Choose a draft draft4, draft6 or draft7
  3. Copy & paste the test-case.json to the project and add a test like in the draft4.test.js