Skip to content

Commit

Permalink
chore: Reverted slash at the back of meta url
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinshahfws committed Jun 3, 2024
1 parent 741ae75 commit cabc683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validate/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down

0 comments on commit cabc683

Please sign in to comment.