Skip to content

json-schema-org/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1055c7c Β· Feb 13, 2025
Feb 1, 2025
Jul 30, 2024
Jan 25, 2025
Feb 13, 2025
Feb 1, 2025
Feb 1, 2025
Jan 18, 2025
Feb 13, 2025
Feb 8, 2025
Feb 13, 2025
Mar 1, 2024
May 16, 2024
Feb 1, 2025
Oct 14, 2023
Aug 7, 2024
Feb 16, 2024
Mar 2, 2024
Mar 2, 2024
Aug 7, 2024
Sep 12, 2023
Mar 11, 2024
Dec 13, 2024
Nov 8, 2024
Mar 1, 2024
Dec 26, 2024
Oct 5, 2023
Dec 13, 2024
Jan 10, 2025
Jul 31, 2024
Mar 1, 2024
Oct 24, 2024
Oct 13, 2023
Sep 4, 2024
Jul 31, 2024
Feb 1, 2025
Mar 1, 2022
Mar 2, 2024
Sep 4, 2024
Dec 21, 2024
Sep 4, 2024
Feb 1, 2025

Repository files navigation

JSON Schema logo - Build more, break less, empower others.


πŸ‘‹ 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 for instructions on how to set up the project for local development.

Project structure

This repository has the following structure:

  β”œβ”€β”€ .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 Landscape

To 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.

Contributors

Thanks to these wonderful people who contributed to this website:

Made with contributors-img.

Sponsors

Sponsors

Backers

Thank you to all our backers!

Backers

Connect with the JSON Schema Community

JSON Schema Slack JSON Schema Twitter JSON Schema LinkedIn JSON Schema YouTube

Inspired by

This document was inspired by AsyncAPI website 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.