json-schema-org / json-schema-org/json-schema-linting
Validation keywords that don't operate on the specified type should be removed
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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