{"id":15012894,"url":"https://github.com/json-schema-org/website","last_synced_at":"2025-04-12T01:56:39.567Z","repository":{"id":145250118,"uuid":"464916747","full_name":"json-schema-org/website","owner":"json-schema-org","description":"JSON Schema website","archived":false,"fork":false,"pushed_at":"2025-04-07T09:34:08.000Z","size":62827,"stargazers_count":90,"open_issues_count":154,"forks_count":261,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-04-12T01:56:32.635Z","etag":null,"topics":["hacktoberfest","json-schema","jsonschema"],"latest_commit_sha":null,"homepage":"https://json-schema.org","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/json-schema-org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING-docs.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"json-schema-org","patreon":null,"open_collective":"json-schema","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2022-03-01T14:02:40.000Z","updated_at":"2025-04-07T14:12:56.000Z","dependencies_parsed_at":"2024-11-08T06:36:08.149Z","dependency_job_id":null,"html_url":"https://github.com/json-schema-org/website","commit_stats":{"total_commits":905,"total_committers":114,"mean_commits":7.93859649122807,"dds":0.6817679558011049,"last_synced_commit":"26a1127f898b9985b8b256324c8815384963a371"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/json-schema-org%2Fwebsite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/json-schema-org%2Fwebsite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/json-schema-org%2Fwebsite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/json-schema-org%2Fwebsite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/json-schema-org","download_url":"https://codeload.github.com/json-schema-org/website/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248505864,"owners_count":21115354,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","json-schema","jsonschema"],"created_at":"2024-09-24T19:43:23.157Z","updated_at":"2025-04-12T01:56:39.545Z","avatar_url":"https://github.com/json-schema-org.png","language":"HTML","funding_links":["https://github.com/sponsors/json-schema-org","https://opencollective.com/json-schema"],"categories":["HTML"],"sub_categories":[],"readme":"[![JSON Schema logo - Build more, break less, empower others.](https://raw.githubusercontent.com/json-schema-org/.github/main/assets/json-schema-banner.png)](https://json-schema.org)\n\n\u003cbr/\u003e\n\u003cp\u003e\n    \u003ca href=\"https://github.com/json-schema-org/website/graphs/contributors\" alt=\"JSON Schema GitHub website contributors\"\u003e\n      \u003cimg src=\"https://img.shields.io/github/contributors/json-schema-org/website?color=orange\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/json-schema-org/website/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22\" alt=\"Good First JSON Schema issue\"\u003e\n      \u003cimg src=\"https://img.shields.io/github/issues/json-schema-org/website/good%20first%20issue.svg?color=%23DDDD00\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/json-schema-org/.github/blob/main/CODE_OF_CONDUCT.md\" alt=\"Contributor Covenant\"\u003e\n      \u003cimg src=\"https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg\" /\u003e\n    \u003c/a\u003e \n    \u003ca href=\"https://www.repostatus.org/#active\" alt=\"Repo status\"\u003e\n      \u003cimg src=\"https://www.repostatus.org/badges/latest/active.svg\" /\u003e\n    \u003c/a\u003e \n    \u003ca href=\"https://json-schema.org/slack\" alt=\"JSON Schema Slack\"\u003e\n      \u003cimg src=\"https://img.shields.io/badge/Slack-json--schema-@website.svg?logo=slack\u0026color=yellow\" /\u003e\n    \u003c/a\u003e   \n\u003c/p\u003e\n\n# 👋 Welcome to the JSON Schema website\nThis repository contains the source code of the JSON Schema website:\n\n* Powered by Next.js,\n* Uses the Tailwind CSS framework,\n* Built and deployed with Netlify.\n\n## Setting up the Project\n\nPlease refer to [INSTALLATION.md](./INSTALLATION.md) for instructions on how to set up the project for local development.\n\n## Project structure\n\nThis repository has the following structure:\n\n\u003c!-- If you make any changes in the project structure, remember to update it. --\u003e\n\n```text\n  ├── .github                     # Definitions of GitHub workflows, pull request, and issue templates\n  ├── components                  # Various generic components such as \"Button\", \"Figure\", etc.\n  ├── data                        # JSON Schema implementations\n  ├── styles                      # Various CSS files\n  ├── lib                         # Various JS code for preparing static data to render on pages\n  ├── pages                       # Website's pages source, including raw markdown files and React page templates\n  │    ├── overview               # JSON Schema initiative docs\n  │    ├── blog                   # Blog posts\n  │    ├── learn                  # JSON Schema docs\n  │    └── implementations        # Various pages to describe tools\n  ├── public                      # Data for site metadata and static assets such as images\n  ├── next.config.js              # Next.js configuration file\n\n```\n\n## Contribute\nHere are some areas where you can contribute to the website:\n\n- Blog posts\n- Case studies\n- Design\n- Documentation improvements\n- Website enhancements\n- Add a new JSON Schema implementation\n- JSON Schema Landscape\n\nTo 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.\n\nYou should also check out our [Contributing guidelines](./CONTRIBUTING.md).\n\n### Contributors\n\nThanks to these wonderful people who contributed to this website:\n\u003cbr /\u003e\n\u003ca href=\"https://github.com/json-schema-org/website/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=json-schema-org/website\"/\u003e\n\u003c/a\u003e\n\n\u003csub\u003eMade with [contributors-img](https://contrib.rocks).\u003c/sub\u003e\n\n### Sponsors\n\n[![Sponsors](https://opencollective.com/json-schema/sponsors.svg)](https://opencollective.com/json-schema/sponsors.svg?avatarHeight=90)\n\n### Backers\n\n**Thank you to all our backers!**\n\n[![Backers](https://opencollective.com/json-schema/backers.svg)](https://opencollective.com/json-schema/backers.svg?avatarHeight=90)\n\n## Connect with the JSON Schema Community\n\n\u003cp align=\"left\"\u003e\n  \u003ca href=\"https://json-schema.org/slack\" target=\"_blank\" style=\"margin-right: 5px;\"\u003e\u003cimg align=\"center\" src=\"https://img.icons8.com/color/48/null/slack-new.png\" alt=\"JSON Schema Slack\" height=\"30\" width=\"auto\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://twitter.com/jsonschema\" target=\"_blank\" style=\"margin-right: 5px;\"\u003e\u003cimg align=\"center\" src=\"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/twitter.svg\" alt=\"JSON Schema Twitter\" height=\"30\" width=\"auto\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.linkedin.com/company/jsonschema\" target=\"_blank\" style=\"margin-right: 5px;\"\u003e\u003cimg align=\"center\" src=\"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/linked-in-alt.svg\" alt=\"JSON Schema LinkedIn\" height=\"30\" width=\"auto\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.youtube.com/@JSONSchemaOrgOfficial\" target=\"_blank\"\u003e\u003cimg align=\"center\" src=\"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/youtube.svg\" alt=\"JSON Schema YouTube\" height=\"30\" width=\"auto\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Inspired by\nThis document was inspired by [AsyncAPI website README.md](https://github.com/asyncapi/website/blob/master/README.md).\n\n## License\nThe contents of this repository are licensed under either the BSD 3-clause license *or* the Academic Free License v3.0. See [LICENSE](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjson-schema-org%2Fwebsite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjson-schema-org%2Fwebsite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjson-schema-org%2Fwebsite/lists"}