Commits
Click on a commit to change the comparison rangefix(schema-utils): correctly resolve list indices in JSON Pointer refs and add thorough docs
* Handle numeric path tokens as zero-based list indices when the current
node is a list, preventing false-negative look-ups and KeyErrors.
* Raise explicit “index out of range” errors for invalid indices.
* Keep existing dict-key resolution behaviour intact.
* Tighten validation: ensure every $ref starts with “#”.
* Return a deep copy of the resolved fragment to avoid accidental mutation.
* Added detailed doc-string and inline comments to clarify control flow,
pointer semantics, and error cases.7 days ago
by anmol-aidora Added typing7 days ago
by anmol-aidora fix failing test problems7 days ago
by anmol-aidora fix remaining linting errors7 days ago
by anmol-aidora