Update plugins.md to add raw link to JSON schema #4932
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds a link to the "raw" version of the JSON schema for descriptors.
Fixes #
Proposed Changes
(raw)
after the reference to the JSON schema for linter descriptors. While working on validating a plugin, I attempted to usev8r
with the URL mentioned on the plugins.md page only to be met with the errorUnexpected token '<', "
which confused me as there was no<
in my plugin descriptor. I eventually realized that the link on the plugins page points to the JSON schema file in the repo, not raw version that I could pass tov8r -s https://....
. Rather than change the existing link, I added a new link with the(raw)
title after it. I'm pretty sure there are more attractive ways to accomplish the same thing, so I'm very open to feedback, modifications, etc..Readiness Checklist
Author/Contributor
Reviewing Maintainer
breaking
if this is a large fundamental changeautomation
,bug
,documentation
,enhancement
,infrastructure
, orperformance