{"id":16594177,"url":"https://github.com/thomasmost/gha-valjean","last_synced_at":"2026-04-22T13:31:21.740Z","repository":{"id":243301426,"uuid":"812049869","full_name":"thomasmost/gha-valjean","owner":"thomasmost","description":"A json schema validator action that supports remote json schemas","archived":false,"fork":false,"pushed_at":"2024-11-01T14:56:46.000Z","size":248,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-10T04:57:26.588Z","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-07T21:10:04.000Z","updated_at":"2024-11-01T14:56:18.000Z","dependencies_parsed_at":"2024-06-07T22:27:41.737Z","dependency_job_id":"50aaf7f8-3086-44b3-81e3-2322a5400ab8","html_url":"https://github.com/thomasmost/gha-valjean","commit_stats":null,"previous_names":["thomasmost/gha-valjean"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/thomasmost/gha-valjean","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasmost%2Fgha-valjean","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasmost%2Fgha-valjean/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasmost%2Fgha-valjean/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasmost%2Fgha-valjean/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thomasmost","download_url":"https://codeload.github.com/thomasmost/gha-valjean/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasmost%2Fgha-valjean/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32139085,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T13:27:12.868Z","status":"ssl_error","status_checked_at":"2026-04-22T13:26:44.791Z","response_time":58,"last_error":"SSL_read: 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:25.866Z","updated_at":"2026-04-22T13:31:21.708Z","avatar_url":"https://github.com/thomasmost.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gha-valjean\n\nA GitHub Action for validating JSON files against a remote schema\n\nOn the backend, this uses AJV to perform the validation\n\n## Inputs\n\n### `schema-url`\n\nUrl to the remote schema JSON file to validate against\n\n### `target-dir`\n\nComma-separated list directories to validate\n\n### `all-errors` (optional)\n\nEnables 'all errors' validation on AJV\n\n### `ajv-strict` (optional)\n\nEnables 'strict mode' in AJV\n\n### `draft-version` (optional)\n\nThe JSON schema draft version (defaults to 2019)—only supports '2020' and '2019'\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/gha-valjean@0.1.0\n        with:\n          schema-url: https://raw.githubusercontent.com/thomasmost/gha-valjean/main/schema/example.schema.json\n          target-dir: samples\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasmost%2Fgha-valjean","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomasmost%2Fgha-valjean","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasmost%2Fgha-valjean/lists"}