From cabc683f000065864538e70f824fc3891dfe4022 Mon Sep 17 00:00:00 2001 From: "Shah, Kevin" Date: Mon, 3 Jun 2024 14:41:06 -0400 Subject: [PATCH] chore: Reverted slash at the back of meta url --- src/validate/index.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/validate/index.mjs b/src/validate/index.mjs index 0c6c1dfd..f9002554 100644 --- a/src/validate/index.mjs +++ b/src/validate/index.mjs @@ -78,7 +78,7 @@ const run = async ({ removeIgnoredAdditionalItems(openRpcSpec) //AJV doesn't like not having a slash at the end of the URL - replaceUri('https://meta.json-schema.tools/', 'https://meta.json-schema.tools/', openRpcSpec) + replaceUri('https://meta.json-schema.tools', 'https://meta.json-schema.tools/', openRpcSpec) Object.values(sharedSchemas).forEach(schema => {