Vendor schemastore `base.json` and inject it into the `referencing` store automatically when loading vendored schemas
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 48/100
Research direction
Start by tracing where vendored schemas are loaded and how the referencing store is populated. Check how the vendored-schema flag can be retained for later use. Done means base.json is vendored and injected into the registry when that flag is set, allowing offline $ref resolution.
Written by the indexing model from the issue text.
Description
For context:
https://github.com/SchemaStore/schemastore/pull/5381#issuecomment-3974482795
There's an internal-to-schemastore base.json. For offline usage to work, we need that schema to be available in the $ref registry.
- Vendor it (easy)
- Detect when a vendored schema is being loaded and store that information for later use (easy)
- Inject
base.jsoninto the registry when the "vendored schema flag" is set (easy?)
It seems simple. 🤞 that it really is!
- Dominant language
- Python
- Stars
- 341
- Forks
- 71
- Avg merge
- 6d 13h
- Merged PRs (30d)
- 6
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.
More from python-jsonschema/check-jsonschema
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
-
Difficulty 4/5 3-5 days Newbie friendliness 48/100
-
enhancement
python-jsonschema/check-jsonschema#668 · 9 comments · 1 assignee ·
-
Difficulty 3/5 1-2 days Newbie friendliness 55/100
-
Difficulty 5/5 Over a week Newbie friendliness 35/100
python-jsonschema/check-jsonschema#644 · 1 comment · 4 reactions ·
All issues in python-jsonschema/check-jsonschema
Similar issues
-
area: harness bug status: needs-triage
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
Human-Agent-Society/reef#625 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
-
Difficulty 1/5 Under an hour Newbie friendliness 80/100
learningequality/kolibri#15351 · 2 comments ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
Name consistency Open
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
eellak/triplestore#65 · 1 comment ·