Use Draft 2019-09 schema features

JSONBuddy 6 introduced support for JSON Schema Draft 2019-09. Set the schema declaration deliberately and keep referenced schema resources available so validation uses the intended vocabulary and resolution scope.

Test draft-specific behavior

  1. Create representative valid and invalid JSON instances.
  2. Exercise references, applicators, unevaluated locations, and other draft-specific constraints used by the schema.
  3. Inspect both the JSON instance location and schema location for every unexpected result.
  4. Keep the product version, schema resources, and test data together when compatibility matters.

Continue with schema editing and tests

Use the JSON Schema editor to author the schema and the JSON Schema tester to run a repeatable collection.