{"id":15102723,"url":"https://github.com/json-schema-org/blog","last_synced_at":"2025-09-27T00:31:29.728Z","repository":{"id":37753114,"uuid":"389965542","full_name":"json-schema-org/blog","owner":"json-schema-org","description":"The JSON Schema blog","archived":true,"fork":false,"pushed_at":"2023-10-23T13:41:27.000Z","size":55776,"stargazers_count":5,"open_issues_count":0,"forks_count":7,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-08-28T03:58:45.936Z","etag":null,"topics":["blog","community","json-schema"],"latest_commit_sha":null,"homepage":"https://json-schema.org/blog/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","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":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-07-27T11:58:31.000Z","updated_at":"2024-12-24T15:57:08.000Z","dependencies_parsed_at":"2023-02-17T10:45:59.711Z","dependency_job_id":"c7e3152d-d6bb-44d2-a254-e61c8b17f066","html_url":"https://github.com/json-schema-org/blog","commit_stats":{"total_commits":601,"total_committers":65,"mean_commits":9.246153846153845,"dds":0.653910149750416,"last_synced_commit":"9bf466b9ef0e661d242c21e13119b6d7a1883d2c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/json-schema-org/blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/json-schema-org%2Fblog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/json-schema-org%2Fblog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/json-schema-org%2Fblog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/json-schema-org%2Fblog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/json-schema-org","download_url":"https://codeload.github.com/json-schema-org/blog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/json-schema-org%2Fblog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273368579,"owners_count":25093107,"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","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["blog","community","json-schema"],"created_at":"2024-09-25T19:05:26.495Z","updated_at":"2025-09-27T00:31:27.501Z","avatar_url":"https://github.com/json-schema-org.png","language":"JavaScript","funding_links":["https://opencollective.com/json-schema"],"categories":[],"sub_categories":[],"readme":"---\n📌 **Deprecation Notice** 📌\n\nThis repository is now deprecated. To contribute to JSON Schema's blog please use the new repository ➡️ [https://github.com/json-schema-org/website](https://github.com/json-schema-org/website).\n\n---\n\n# JSON Schema blog\n[![Project Status: Moved to https://github.com/json-schema-org/website – The project has been moved to a new location, and the version at that location should be considered authoritative.](https://www.repostatus.org/badges/latest/moved.svg)](https://www.repostatus.org/#moved) to [https://github.com/json-schema-org/website](https://github.com/json-schema-org/websitem) \n\n[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](https://github.com/json-schema-org/.github/blob/main/CODE_OF_CONDUCT.md)[![Financial Contributors on Open Collective](https://opencollective.com/json-schema/all/badge.svg?label=financial+contributors)](https://opencollective.com/json-schema)\n\nA fork from https://github.com/asyncapi/website at 34eba91120505a5065715337f73c66bfcf126736\nIn effort to avoid having to build a whole new blog and get something up quickly!\nWith complements of the AsyncAPI team!\n\nTODO: Initial setup, Update link / info / description for JSON Schema in files such as...\n- [x] scripts/build-rss.js\n- [x] change favicon in the /public folders\n- [x] update main description/keywords etc for page in the components/Head\n- [x] update desc for footer in the components/Footer\n- [x] Search whole repo for mention of AsyncAPI.\n- [x] Google analytics tracking?\n- [x] Include first article\n\n---\n\n## Overview\n\nThis repository contains the sources of JSON Schema blog website:\n\n- It's powered by [Next.js](https://nextjs.org/)\n- It uses [Tailwind](https://tailwindcss.com/) CSS framework\n- It is deployed using cloudflare pages\n\n## Requirements\n\nUse the following tools to set up the project:\n\n- [Node.js](https://nodejs.org/) v14.17+\n- [yarn](https://yarnpkg.com/) v1.22+\n\nWe recommend using [Volta](https://volta.sh/) to easily use the correct versions of node and yarn\n\nFor image compression to webp you can use the [`cwebp`](https://developers.google.com/speed/webp/download) CLI. Maybe this can be automated as a GitHub Action?\n\n## Usage\n\n### Install dependencies\n\nTo install all dependencies, run this command:\n\n```bash\nyarn\n```\n\nYarn [automagically](https://classic.yarnpkg.com/en/docs/cli/install/) installs the correct dependencies you need, develop by default.\n\n### Develop\n\nLaunch the development server with the hot reloading functionality that allows any change in files to be immediately visible in the browser (code only, not content). Use this command:\n\n```bash\nyarn dev\n```\n\nYou can access the live development server at [localhost:8080/blog](http://localhost:8080/blog).\n\n### Build\n\nTo build a production-ready website, run the following command:\n\n```bash\nyarn build\n```\n\nGenerated files of the website go to the `.next` folder.\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  ├── config                      # Transformed static data to display on the pages such as blog posts etc.\n  ├── context                     # Various React's contexts used in website\n  ├── css                         # Various CSS files\n  ├── lib                         # Various JS code for preparing static data to render in pages\n  ├── pages                       # Website's pages source. Only the blog!\n  │    ├── blog                   # Blog posts\n  ├── public                      # Data for site metadata and static content such as images\n  ├── scripts                     # Scripts used in the build and dev processes\n  ├── next.config.js              # Next.js configuration file\n  ├── postcss.config.js           # PostCSS configuration file\n  └── tailwind.config.js          # TailwindCSS configuration file\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjson-schema-org%2Fblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjson-schema-org%2Fblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjson-schema-org%2Fblog/lists"}