json-schema-org / json-schema-org/json-schema-linting

Validation keywords that don't operate on the specified type should be removed

Open
#2 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

proposal: rule
Dominant language
No language data
Stars
9
Forks
2
PR merge metrics
No merged PRs in 30d

Description

For example:

{
  "type": "object",
  "minimum": 5
}

minimum only works on numbers and will never be used.

This would be a family of rules.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files, tests, or entry points to begin with. First locate how linting rules are defined and tested, then determine how a family of type-inapplicable keyword rules should be specified and verify that the example schema is reported as intended.

Written by the indexing model from the issue text.

Assessment

Tech stack
json
Domain
tooling
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.