GSoD: How to Write a JSON Schema Implementation (... Using Bowtie) #600
Labels
gsod
Google Season of Docs
Status: Stale
It's believed that this issue is no longer important to the requestor.
Project title
How to Write a JSON Schema Implementation Using Bowtie
Brief Description
Imagine you're someone who wants to create a new JSON Schema implementation -- a tool for someone, in some programming language, to use to validate JSON Schemas against their data.
The JSON Schema test suite is an amazing resource you can use to build up your new tool. It contains a library of tests with "known correct results" which you can use to help you implement correct behavior. The recent Bowtie tool can be used to interact with the suite if you integrate with it.
Let's show how to do so for a completely new implementation in a hands-on tutorial taking someone through the path they might take. Here's an example of how such a tutorial might be structured:
Expected Outcomes
The main deliverable here is a tutorial, rather than the implementation itself, though you may of course also publish the implementation!
Skills Required
Good knowledge of a programming language of your choice
Great writing skills, and maybe some previous time you wrote a post or tutorial for others to follow
Mentors
@Julian
Expected Difficulty
Medium
Expected Time Commitment
350 hour
The text was updated successfully, but these errors were encountered: