Skip to content

Commit

Permalink
Add a contractor bio for Jason
Browse files Browse the repository at this point in the history
  • Loading branch information
jdesrosiers committed Jan 23, 2025
1 parent eda040a commit c208759
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions programs/contractors/contractors.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,32 @@
"url": "https://github.com/json-schema-org/JSON-Schema-Test-Suite"
}
]
},
{
"name": "Jason Desrosiers",
"github": "jdesrosiers",
"linkedin": "jason-desrosiers",
"email": "[email protected]",
"type": "tsc",
"incorporatedIn": ["California, USA"],
"bio": "Jason is a recognized expert and active contributor to the JSON Schema community with over a decade of experience. As a member of the Technical Steering Committee (TSC), he has helped shape the specification and establish best practices. In addition, Jason has developed innovative techniques for writing complex schemas that are scalable, maintainable, efficient, and produce error messages that are clear and helpful.\n\nAs the author and maintainer of the `@hyperjump/json-schema` validator, Jason has created an implementation that is widely regarded as a trusted reference for understanding and verifying correct behavior in complex scenarios.\n\nJason is also highly knowledgeable in using JSON Schema and JSON Hyper-Schema to design APIs that are easy to use, well-documented, and adaptable over time. He helps teams build APIs that not only meet immediate needs but also ensure smooth evolution as business requirements change, making it easier to maintain and scale them as the organization grows.\n\nIn addition to his JSON Schema expertise, Jason holds a Master's degree in Software Engineering and brings extensive experience in Pair/Mob Programming, Test-Driven Development, and coaching teams to improve their coding skills and productivity. He specializes in hands-on collaboration, working alongside teams to teach practical skills in the context of their real-world projects.\n\nIf you need expert guidance on JSON Schema, API design, schema development, or improving your team’s development practices, reach out to Jason to discuss your needs.",
"links": [
{
"title": "@hyperjump/json-schema -- A JSON Schema implementation with support for every validation, annotations, bundling, and more in every JSON Schema dialect since draft-04.",
"url": "https://github.com/hyperjump-io/json-schema"
},
{
"title": "Blog post -- Validating OpenAPI and JSON Schema",
"url": "https://json-schema.org/blog/posts/validating-openapi-and-json-schema"
},
{
"title": "Blog post -- Towards a stable JSON Schema",
"url": "https://json-schema.org/blog/posts/future-of-json-schema"
},
{
"title": "API Specifications Conference 2021 - Maintaining JSON Schemas at Scale",
"url": "https://www.youtube.com/watch?v=GjJpRsVffg0"
}
]
}
]

0 comments on commit c208759

Please sign in to comment.