https://github.com/json-schema-org/website
JSON Schema website
https://github.com/json-schema-org/website
hacktoberfest json-schema jsonschema
Last synced: 13 days ago
JSON representation
JSON Schema website
- Host: GitHub
- URL: https://github.com/json-schema-org/website
- Owner: json-schema-org
- License: other
- Created: 2022-03-01T14:02:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T09:34:08.000Z (18 days ago)
- Last Synced: 2025-04-12T01:56:32.635Z (13 days ago)
- Topics: hacktoberfest, json-schema, jsonschema
- Language: HTML
- Homepage: https://json-schema.org
- Size: 59.9 MB
- Stars: 90
- Watchers: 12
- Forks: 261
- Open Issues: 154
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING-docs.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
[](https://json-schema.org)
# 👋 Welcome to the JSON Schema website
This repository contains the source code of the JSON Schema website:* Powered by Next.js,
* Uses the Tailwind CSS framework,
* Built and deployed with Netlify.## Setting up the Project
Please refer to [INSTALLATION.md](./INSTALLATION.md) for instructions on how to set up the project for local development.
## Project structure
This repository has the following structure:
```text
├── .github # Definitions of GitHub workflows, pull request, and issue templates
├── components # Various generic components such as "Button", "Figure", etc.
├── data # JSON Schema implementations
├── styles # Various CSS files
├── lib # Various JS code for preparing static data to render on pages
├── pages # Website's pages source, including raw markdown files and React page templates
│ ├── overview # JSON Schema initiative docs
│ ├── blog # Blog posts
│ ├── learn # JSON Schema docs
│ └── implementations # Various pages to describe tools
├── public # Data for site metadata and static assets such as images
├── next.config.js # Next.js configuration file```
## Contribute
Here are some areas where you can contribute to the website:- Blog posts
- Case studies
- Design
- Documentation improvements
- Website enhancements
- Add a new JSON Schema implementation
- JSON Schema LandscapeTo identify good first issues to work on, join our Slack workspace and visit the `#contribute` channel. This channel is specifically designed for onboarding and supporting new contributors.
You should also check out our [Contributing guidelines](./CONTRIBUTING.md).
### Contributors
Thanks to these wonderful people who contributed to this website:
![]()
Made with [contributors-img](https://contrib.rocks).
### Sponsors
[](https://opencollective.com/json-schema/sponsors.svg?avatarHeight=90)
### Backers
**Thank you to all our backers!**
[](https://opencollective.com/json-schema/backers.svg?avatarHeight=90)
## Connect with the JSON Schema Community
## Inspired by
This document was inspired by [AsyncAPI website README.md](https://github.com/asyncapi/website/blob/master/README.md).## License
The contents of this repository are licensed under either the BSD 3-clause license *or* the Academic Free License v3.0. See [LICENSE](./LICENSE).