JSON-Schema-Test-Suite
JSON-Schema-Test-Suite copied to clipboard
Add a post- spec release checklist
trafficstars
There are a few tasks that need doing just after a new version of the specification has been released, or just before:
- [ ] Copy the
tests/draft-nextandoutput-tests/draft-nextdirectories to new directories that reflect the new version (copy, not move, as we immediately will start usingdraft-nextfor the next draft) - [ ] Change the URIs of tests using
$schemain the copied directories to the "official" new URI - [ ] Update the
latestdirectory symlink to point to the copied directory - [ ] Update the READMEs for the above
- [ ] README in root directory
- [ ] README in
output-testsdirectory
- [ ] Update the cross-draft tests
- [ ] Consider updating the test suite schemas (
test-schema.jsonandoutput-test-schema.json)
We can/should consider automating some of the above (perhaps in the bin/jsonschema_suite tool).