| applyTo | tests/** |
|---|
When to read: Editing validation specifications, validators, or schemas under tests/.
- Jest specifications use the
.spec.jssuffix and load canonical catalogs fromsample-queries/sample-queries.jsonorpermissions/permissions-descriptions.json. - Keep sample structure rules aligned between
tests/samples.schema.jsonandtests/samples.spec.js. tests/samples.spec.jsvalidates documentation links with network HEAD requests throughtests/validator.js; distinguish endpoint failures from assertion failures.- Run
npm run testafter test or validator changes. - Do not weaken GUID, URL, request-body, display-name, or documentation-link checks merely to accept invalid content.