From c2087596df5d50d0d4a2d07b379066d303554598 Mon Sep 17 00:00:00 2001 From: Jason Desrosiers Date: Thu, 23 Jan 2025 13:19:48 -0800 Subject: [PATCH] Add a contractor bio for Jason --- programs/contractors/contractors.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/programs/contractors/contractors.json b/programs/contractors/contractors.json index 43731cb9..d2461426 100644 --- a/programs/contractors/contractors.json +++ b/programs/contractors/contractors.json @@ -57,5 +57,32 @@ "url": "https://github.com/json-schema-org/JSON-Schema-Test-Suite" } ] + }, + { + "name": "Jason Desrosiers", + "github": "jdesrosiers", + "linkedin": "jason-desrosiers", + "email": "jason@hyperjump.io", + "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" + } + ] } ]