-
-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: use reference to the json-schema draft-07 in monaco editor #159
Conversation
✔️ Deploy Preview for modest-rosalind-098b67 ready! 🔨 Explore the source changes: fe01c99 🔍 Inspect the deploy log: https://app.netlify.com/sites/modest-rosalind-098b67/deploys/6181367d9161ef00089692ea 😎 Browse the preview: https://deploy-preview-159--modest-rosalind-098b67.netlify.app/ |
@@ -0,0 +1,173 @@ | |||
/* eslint-disable sonarjs/no-duplicate-string */ | |||
export default { | |||
$schema: 'http://json-schema.org/draft-07/schema#', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just for reference, I suggested this asyncapi/spec-json-schemas#120 for the future.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀 🌔
https://github.com/asyncapi/spec-json-schemas/releases/tag/v2.10.1 is out now. Just in case you wanna include it in this PR @magicmatatjahu |
Kudos, SonarCloud Quality Gate passed!
|
🎉 This PR is included in version 0.2.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
Use reference to the json-schema draft-07 in the Monaco editor.
Related issue(s)
See more asyncapi/spec-json-schemas#119