diff --git a/scripts/validation/embedded-examples-validation.js b/scripts/validation/embedded-examples-validation.js index c9dc5964..d6672a9d 100644 --- a/scripts/validation/embedded-examples-validation.js +++ b/scripts/validation/embedded-examples-validation.js @@ -51,7 +51,6 @@ const combinedData = extractCommentsAndExamples(markdownContent); function applyUpdates(updates, baseDoc) { updates.forEach(update => { try { - const jsonPointerPath = update.json_pointer; // Handle root document case if (jsonPointerPath === '') {