-
-
Notifications
You must be signed in to change notification settings - Fork 1k
chore(blog): using JSON Schema beyond validation #314
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
chore(blog): using JSON Schema beyond validation #314
Conversation
|
✔️ Deploy Preview for asyncapi-website ready! 🔨 Explore the source changes: 4239eee 🔍 Inspect the deploy log: https://app.netlify.com/sites/asyncapi-website/deploys/61082fb28fa4bd00086960b9 😎 Browse the preview: https://deploy-preview-314--asyncapi-website.netlify.app |
fmvilas
left a comment
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.
Great stuff 👏
Co-authored-by: Fran Méndez <[email protected]>
Co-authored-by: Fran Méndez <[email protected]>
smoya
left a comment
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.
Nice post!! 🎉 👏
Added some comments after my review, some suggestions and nitpicks mainly.
smoya
left a comment
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! 🚀 🌔
Great stuff @jonaslagoni !
fmvilas
left a comment
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.
🚀
|
Want to do the final review for changes Mr guardian? 😄 @derberg |
|
Was that a no 😆? |
derberg
left a comment
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.
like it! some comments
Co-authored-by: Lukasz Gornicki <[email protected]>
|
Just FYI, we need to delay the release of the blog post until the SIG repository is published 🙂 |
|
We can go ahead and finish this PR now @derberg 🙂 |
|
@jonaslagoni when do you want to publish? set a proper date other than Monday/Friday |
Co-authored-by: Lukasz Gornicki <[email protected]>
Left just release it tomorrow if that's good @derberg 🤔? |

Description
This blog post brings some light on the struggles in regards to using JSON Schema beyond validation. It gives a quick intro to some basic JSON Schema, as well as some more complex ones and how it affects tooling.
This blog post is supposed to be readable by someone who doesn't know JSON Schema and (hopefully) gives a clear understanding of the struggles in tooling.
Any feedback is appreciated 👍