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