Skip to content

Instantly share code, notes, and snippets.

View DhairyaMajmudar's full-sized avatar
🚀
Focusing

Dhairya Majmudar DhairyaMajmudar

🚀
Focusing
View GitHub Profile
@DhairyaMajmudar
DhairyaMajmudar / gsod-2024-json-schema.md
Last active February 1, 2025 12:59
GSoD'24 final report at JSON Schema Org.

Google Season of Docs'24 - JSON Schema

What is JSON Schema?

JSON Schema is a declarative language for validating JSON documents' structure, constraints, and data types. It provides a way to standardize and define expectations for JSON data.

JSON Schema is adopted by several reputed orgs. to validate the JSON Data in their internals some of them include Github, Microsoft, Zapier, Schema Store, Postman, etc... a landscape of all orgs. using them can be found here.

Deliverables

JSON Schema website which is the website from where users can learn more about JSON Schema specifications, documentation, tools, community, and blogs written by JSON Schema developers.

@DhairyaMajmudar
DhairyaMajmudar / open-source-contributions.md
Last active February 10, 2025 05:35
Open Source Contribution
  1. CNCF Headlamp
  • Developed storybooks for several componenets of Headlamp's UI.
  • Added proper error handling to headlamp's backend.
  • Wrote missing unit test cases.
  • Removed deprecated Javascript methods and updated them with new one
  1. GSoD'24 Enginner in JSON Schema Org
  • Maintainer of JSON Schema Organisation