{"id":31798529,"url":"https://github.com/okitan/eslint-plugin-jsonschema","last_synced_at":"2025-10-10T21:29:34.306Z","repository":{"id":136637555,"uuid":"85040985","full_name":"okitan/eslint-plugin-jsonschema","owner":"okitan","description":"eslint plugin for jsonschema","archived":false,"fork":false,"pushed_at":"2017-11-02T03:22:10.000Z","size":43,"stargazers_count":5,"open_issues_count":1,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-10-04T00:51:37.197Z","etag":null,"topics":["eslint-plugin","json-schema","npm"],"latest_commit_sha":null,"homepage":null,"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/okitan.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-03-15T07:14:09.000Z","updated_at":"2021-07-24T23:11:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"65d1688f-dd3d-45c7-b830-d98590d6b6ad","html_url":"https://github.com/okitan/eslint-plugin-jsonschema","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/okitan/eslint-plugin-jsonschema","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okitan%2Feslint-plugin-jsonschema","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okitan%2Feslint-plugin-jsonschema/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okitan%2Feslint-plugin-jsonschema/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okitan%2Feslint-plugin-jsonschema/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/okitan","download_url":"https://codeload.github.com/okitan/eslint-plugin-jsonschema/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okitan%2Feslint-plugin-jsonschema/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278886410,"owners_count":26062975,"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-10-08T02:00:06.501Z","response_time":56,"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":["eslint-plugin","json-schema","npm"],"created_at":"2025-10-10T21:29:26.512Z","updated_at":"2025-10-10T21:29:34.295Z","avatar_url":"https://github.com/okitan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-plugin-jsonschema\n\neslint plugin for jsonschema\n\n## Installation\n\nYou'll first need to install [ESLint](http://eslint.org):\n\n```\n$ npm i eslint --save-dev\n```\n\nNext, install `eslint-plugin-jsonschema`:\n\n```\n$ npm install eslint-plugin-jsonschema --save-dev\n```\n\n**Note:** If you installed ESLint globally (using the `-g` flag) then you must also install `eslint-plugin-jsonschema` globally.\n\n## Usage\n\nAdd `jsonschema` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:\n\n```json\n{\n    \"plugins\": [\n        \"jsonschema\"\n    ],\n    \"settings\": {\n        \"jsonschema\": {\n            \"schemaDirectory\": [ \"/path/to/schema\" ]\n        }\n    }\n}\n```\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokitan%2Feslint-plugin-jsonschema","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fokitan%2Feslint-plugin-jsonschema","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokitan%2Feslint-plugin-jsonschema/lists"}