{"id":15529804,"url":"https://github.com/mheap/json-schema-spell-checker","last_synced_at":"2026-02-13T14:59:35.454Z","repository":{"id":36990661,"uuid":"227215167","full_name":"mheap/json-schema-spell-checker","owner":"mheap","description":"This CLI allows you to provide a JSONPath expression and run mdspell against any matching lines.","archived":false,"fork":false,"pushed_at":"2024-06-16T10:17:23.000Z","size":1020,"stargazers_count":2,"open_issues_count":6,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-22T23:30:22.930Z","etag":null,"topics":["cli","jsonpath","openapi3","spellcheck"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/mheap.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":"2019-12-10T21:03:06.000Z","updated_at":"2023-09-08T18:01:07.000Z","dependencies_parsed_at":"2023-11-20T10:40:55.077Z","dependency_job_id":"dd047260-79cb-4242-89cb-6cb5b0dcdac9","html_url":"https://github.com/mheap/json-schema-spell-checker","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/mheap/json-schema-spell-checker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mheap%2Fjson-schema-spell-checker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mheap%2Fjson-schema-spell-checker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mheap%2Fjson-schema-spell-checker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mheap%2Fjson-schema-spell-checker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mheap","download_url":"https://codeload.github.com/mheap/json-schema-spell-checker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mheap%2Fjson-schema-spell-checker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273032929,"owners_count":25034067,"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-08-31T02:00:09.071Z","response_time":79,"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":["cli","jsonpath","openapi3","spellcheck"],"created_at":"2024-10-02T11:19:59.260Z","updated_at":"2026-02-13T14:59:30.415Z","avatar_url":"https://github.com/mheap.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# json-schema-spell-checker\n\nThis CLI allows you to provide a JSONPath expression and run `mdspell` against any matching lines.\n\n\u003e This tool is currently in alpha and has primarily been tested against OpenAPI files. PRs are welcome!\n\n## Installation\n\n```bash\nnpm install -g json-schema-spell-checker\n```\n\n## Usage\n\nCheck against specific field names at any depth:\n\n```bash\njson-schema-spell-checker -f 'description,title' /path/to/openapi.json\n```\n\nAlternatively, you can specify a JSONPath expression yourself\n\n```bash\njson-schema-spell-checker -j \"$..[description,title]\" /path/to/openapi.json\n```\n\nIf you have words that aren't a spelling mistake but aren't in the dictionary, add them to a `.spelling` file (one word per line) in the current folder. Alternatively, you can provide a path with `-s`\n\n```bash\njson-schema-spell-checker -s /path/to/.spelling -f 'description,title' /path/to/openapi.json\n```\n\n## Pre-commit hook\n\nYou can use this tool as a `pre-commit` hook by adding the following to your `.pre-commit-config.yaml`:\n\n```yaml\nrepos:\n  - repo: https://github.com/mheap/json-schema-spell-checker\n    rev: \u003cversion\u003e # Use the ref you want to point at\n    hooks:\n      - id: json-schema-spell-checker\n        files: \u003cschema\u003e\\.json$\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmheap%2Fjson-schema-spell-checker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmheap%2Fjson-schema-spell-checker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmheap%2Fjson-schema-spell-checker/lists"}