{"id":22901056,"url":"https://github.com/mpdn/github-json-schemas","last_synced_at":"2025-04-01T05:41:07.051Z","repository":{"id":176275704,"uuid":"655394013","full_name":"mpdn/github-json-schemas","owner":"mpdn","description":"A dataset of all JSON shcemas on Github","archived":false,"fork":false,"pushed_at":"2023-06-18T19:57:28.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-07T03:41:41.749Z","etag":null,"topics":["dataset","json-schema"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mpdn.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-18T18:58:48.000Z","updated_at":"2023-06-18T20:03:12.000Z","dependencies_parsed_at":"2023-07-23T18:15:56.888Z","dependency_job_id":null,"html_url":"https://github.com/mpdn/github-json-schemas","commit_stats":null,"previous_names":["mpdn/github-json-schemas"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpdn%2Fgithub-json-schemas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpdn%2Fgithub-json-schemas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpdn%2Fgithub-json-schemas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpdn%2Fgithub-json-schemas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mpdn","download_url":"https://codeload.github.com/mpdn/github-json-schemas/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246591782,"owners_count":20801984,"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":["dataset","json-schema"],"created_at":"2024-12-14T01:31:28.543Z","updated_at":"2025-04-01T05:41:07.034Z","avatar_url":"https://github.com/mpdn.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Github JSON Schema Dataset\n\nThis is a dataset of all JSON schemas on found in the\n[GitHub BigQuery Dataset](https://console.cloud.google.com/marketplace/product/github/github-repos).\n\nThe schema files are stored as gzipped newline-delimited JSON. Each line is a unique schema file,\nwith an array of repositories referencing the file. See the [schema](schema.json) for more details.\n\nSee [Releases](https://github.com/mpdn/github-json-schemas/releases/latest) for downloading the\ndataset.\n\n## Query\n\n```sql\nselect\n  id,\n  content,\n  usages\nfrom `bigquery-public-data.github_repos.contents`\njoin (\n  select\n    id,\n    array_agg(struct(repo_name, ref, path, license)) as usages\n  from `bigquery-public-data.github_repos.files`\n  join `bigquery-public-data.github_repos.licenses` using (repo_name)\n  where ends_with(path, '.json')\n  group by id\n) using (id)\nwhere\n  not binary\n  and contains_substr(content, '$schema')\n  and contains_substr(content, 'json-schema.org')\n  and contains_substr(json_query(content, '$.\"$schema\"'), 'json-schema.org')\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmpdn%2Fgithub-json-schemas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmpdn%2Fgithub-json-schemas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmpdn%2Fgithub-json-schemas/lists"}