We're thrilled to announce the launch of the JSON Schema Landscape! This comprehensive resource catalogs and organizes the key players in the JSON Schema ecosystem.
Visit the deployed website at https://landscape.json-schema.org/ and delve into the rich ecosystem of tools and resources available.
This section is for those interested in contributing or running the landscape website locally.
Prerequisites:
- Install Landscape2 first. Find pre-built versions for your system on the Landscape2 releases page: https://github.com/cncf/landscape2
Building the Website:
The build process creates the website from data files. Run this command in your terminal:
landscape2 build \
--data-file landscape.yml \
--settings-file settings.yml \
--guide-file guide.yml \
--logos-path logos \
--output-dir build
Running the Website Locally:
Once built, use Landscape2 to serve the website locally:
landscape2 serve --landscape-dir build
This starts a local server and opens the website in your web browser at http://127.0.0.1:8000.
- We warmly welcome your contributions to this project! A dedicated CONTRIBUTING.md file outlines the various ways you can get involved, including:
- Reporting bugs and requesting features
- Contributing code
- Improving documentation
- Adding new entries to the landscape
- Improving the user interface
The contents of this repository are licensed under either the BSD 3-clause license or the Academic Free License v3.0. See the license file for more details.
For any questions or feedback, please feel free to open an issue on this repository.
Explore the landscape and see how you can contribute to this evolving space. Whether through contributions, partnerships, or feedback, your involvement can help shape the future of JSON Schema.