diff --git a/lib/mandatoryTests/mandatoryTest_6_1_30.js b/lib/mandatoryTests/mandatoryTest_6_1_30.js index b5ce9580..6e148938 100644 --- a/lib/mandatoryTests/mandatoryTest_6_1_30.js +++ b/lib/mandatoryTests/mandatoryTest_6_1_30.js @@ -56,7 +56,7 @@ export default function mandatoryTest_6_1_30(doc) { if (versioningSchema !== revisionNumberVersioningSchema) { ctx.isValid = false ctx.errors.push({ - instancePath: `/document/tracking/revisions/${revisionIndex}/number`, + instancePath: `/document/tracking/revision_history/${revisionIndex}/number`, message: 'mixed integer and semantic versioning', }) }