{"id":15102813,"url":"https://github.com/stardust-configs/json-schema-validator","last_synced_at":"2025-09-27T00:31:41.954Z","repository":{"id":39416824,"uuid":"332382247","full_name":"stardust-configs/json-schema-validator","owner":"stardust-configs","description":"JSON Schema validator","archived":true,"fork":false,"pushed_at":"2022-09-01T04:54:03.000Z","size":693,"stargazers_count":1,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-21T08:03:09.927Z","etag":null,"topics":["json-schema","json-schema-validator"],"latest_commit_sha":null,"homepage":"","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/stardust-configs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-24T06:25:48.000Z","updated_at":"2023-04-02T18:11:48.000Z","dependencies_parsed_at":"2022-07-13T06:50:53.227Z","dependency_job_id":null,"html_url":"https://github.com/stardust-configs/json-schema-validator","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stardust-configs%2Fjson-schema-validator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stardust-configs%2Fjson-schema-validator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stardust-configs%2Fjson-schema-validator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stardust-configs%2Fjson-schema-validator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stardust-configs","download_url":"https://codeload.github.com/stardust-configs/json-schema-validator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219871828,"owners_count":16554457,"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":["json-schema","json-schema-validator"],"created_at":"2024-09-25T19:07:25.484Z","updated_at":"2025-09-27T00:31:36.589Z","avatar_url":"https://github.com/stardust-configs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @stardust-configs/json-schema-validator\n\n\u003e JSON Schema validator\n\n- Support for using CLI and module\n- Support for multiple sources\n- Support for Glob Pattern sources\n- Support for local and remote JSON Schema\n\n## Install\n\n```bash\n$ npm install @stardust-configs/json-schema-validator --save-dev\n```\n\n## Usage\n\n```ts\nimport jsv from '@stardust-configs/json-schema-validator'\n\n// Truthy\nawait jsv({\n  src: 'tsconfig.json',\n  schema: 'https://json.schemastore.org/tsconfig',\n})\n\n// Falsy\nawait jsv({\n  src: 'tsconfig.json',\n  schema: 'https://json.schemastore.org/typoconfig',\n})\n```\n\nIn CLI.\n\n```bash\n# basic\n$ jsv \"tsconfig.json\" --schema \"https://json.schemastore.org/tsconfig\"\n\n# glob\n$ jsv \"tsconfig.*.json\" --schema \"https://json.schemastore.org/tsconfig\"\n\n# multiple\n$ jsv \"tsconfig.node.json\" \"tsconfig.jest.json\" --schema \"https://json.schemastore.org/tsconfig\"\n\n# strict\n$ jsv \"tsconfig.json\" --schema \"https://json.schemastore.org/tsconfig\" --strict\n```\n\n## Author\n\n[@p-chan](https://github.com/p-chan)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstardust-configs%2Fjson-schema-validator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstardust-configs%2Fjson-schema-validator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstardust-configs%2Fjson-schema-validator/lists"}