The public website and reference documentation for jobs.json — a small, well-known JSON file that organizations can publish at their domain root to expose open roles in a machine-readable way. It’s intentionally simple, vendor‑neutral, and pragmatic.
- Website: https://jobsjson.org
- Spec source:
SPECIFICATION.md(non-rendered) - Site content:
index.md,schema.md,examples.md
This site is built with Jekyll and hosted on GitHub Pages.
- Install Ruby and Bundler
- Install dependencies
- Serve locally
bundle install
bundle exec jekyll serveThen open http://localhost:4000
Issues and PRs are welcome. Keep the spec small, examples realistic, and JSON valid.