python-jsonschema / python-jsonschema/referencing
Provide a way to extend the specifications known by `Resource.from_contents` and `specification_with`
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 53
- Forks
- 27
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 8
Description
This is needed downstream by implementations (jsonschema) who allow new dialect creation.
Contributor guide
No contributing guide indexed for this repository
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
Start by reading the Resource.from_contents and specification_with entry points to understand how specifications are currently recognized. Trace the downstream need described for jsonschema implementations, then determine what an extension mechanism must expose so new dialects can be created and recognized. Done means downstream implementations can add new specifications without changing the existing built-in set.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100