{"id":24525727,"url":"https://github.com/techmannih/ok","last_synced_at":"2025-10-26T11:48:00.210Z","repository":{"id":271963333,"uuid":"906606412","full_name":"techmannih/ok","owner":"techmannih","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-10T05:41:45.000Z","size":52745,"stargazers_count":0,"open_issues_count":18,"forks_count":0,"subscribers_count":1,"default_branch":"workflow","last_synced_at":"2025-03-10T19:54:54.921Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/techmannih.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}},"created_at":"2024-12-21T11:29:38.000Z","updated_at":"2024-12-21T12:36:50.000Z","dependencies_parsed_at":"2025-01-11T04:23:39.873Z","dependency_job_id":null,"html_url":"https://github.com/techmannih/ok","commit_stats":null,"previous_names":["techmannih/ok"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techmannih%2Fok","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techmannih%2Fok/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techmannih%2Fok/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techmannih%2Fok/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/techmannih","download_url":"https://codeload.github.com/techmannih/ok/tar.gz/refs/heads/workflow","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243753986,"owners_count":20342537,"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":[],"created_at":"2025-01-22T05:28:48.582Z","updated_at":"2025-10-26T11:47:55.174Z","avatar_url":"https://github.com/techmannih.png","language":"HTML","funding_links":[],"categories":[],"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%2Ftechmannih%2Fok","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechmannih%2Fok","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechmannih%2Fok/lists"}