Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/validate.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Default mode (`npm run validate`):
* 1. schema-compile — every schema in schema/ compiles as a draft 2020-12
* JSON Schema under ajv (strict: false, the toolchain convention shared
* with dspack-to-a2ui).
* with dspack-emit).
* 2. examples — every examples/*.dspack.json validates against the schema
* matching its declared `dspack` version.
* 3. back-compat — for v0.3 documents, the document with the governance
Expand Down
Loading