{"id":16594188,"url":"https://github.com/thomasmost/quicktype-gha","last_synced_at":"2026-04-16T20:33:31.444Z","repository":{"id":239230565,"uuid":"798942473","full_name":"thomasmost/quicktype-gha","owner":"thomasmost","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-14T21:01:39.000Z","size":731,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-09T06:11:37.351Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thomasmost.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-05-10T20:08:29.000Z","updated_at":"2024-05-14T21:01:42.000Z","dependencies_parsed_at":"2024-05-10T21:29:09.454Z","dependency_job_id":"6072010e-e72c-46a1-ba26-abf8105ccd39","html_url":"https://github.com/thomasmost/quicktype-gha","commit_stats":null,"previous_names":["thomasmost/quicktype-gha"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/thomasmost/quicktype-gha","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasmost%2Fquicktype-gha","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasmost%2Fquicktype-gha/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasmost%2Fquicktype-gha/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasmost%2Fquicktype-gha/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thomasmost","download_url":"https://codeload.github.com/thomasmost/quicktype-gha/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasmost%2Fquicktype-gha/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31903816,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-11T23:45:27.791Z","updated_at":"2026-04-16T20:33:31.425Z","avatar_url":"https://github.com/thomasmost.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# quicktype-gha\n\nA GitHub Action for generating type bindings from JSON schema files\n\n## Inputs\n\n### `source-file`\n\nSchema JSON file to generate type bindings from.\n\n### `out-langs`\n\nComma-separated list of language extensions to generate bindings for\n\n### `out-dir` (optional)\n\nDirectory to output generated bindings to\n\n## Example Usage\n\nYou can use this action to generate artifacts with the type bindings in your preferred languages.\n\nFor example, you might design a workflow to generate bindings for both TypeScript and Rust, e.g.\n\n```yml\nname: Build\non: push\njobs:\n  test:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v4\n      - name: API Schema\n        uses: thomasmost/quicktype-gha@0.1.1\n        with:\n          source-file: data_objects/api.schema.json\n          out-langs: ts,rs\n      - name: Upload files\n        uses: actions/upload-artifact@v4\n        with:\n          name: bindings\n          path: |\n            ./api.ts\n            ./api.rs\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasmost%2Fquicktype-gha","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomasmost%2Fquicktype-gha","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasmost%2Fquicktype-gha/lists"}